Skip to content

Commit ed400fa

Browse files
committed
chore(release): v1.0.0
1 parent 5db5198 commit ed400fa

2 files changed

Lines changed: 46 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,50 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v1.0.0
6+
7+
[compare changes](https://github.com/nuxt/image/compare/v1.0.0-rc.3...v1.0.0)
8+
9+
### 🩹 Fixes
10+
11+
- **cloudimage:** Skip cdn when `src` path is provided with protocol ([#1028](https://github.com/nuxt/image/pull/1028))
12+
- **ipx:** ⚠️ Pass all options ([#1056](https://github.com/nuxt/image/pull/1056))
13+
- Type-only import of `IPXRuntimeConfig` ([0b6bd83](https://github.com/nuxt/image/commit/0b6bd83))
14+
- Autocomplete `<NuxtImg>` loading attribute ([#1057](https://github.com/nuxt/image/pull/1057))
15+
16+
### 📖 Documentation
17+
18+
- Upgrade to latest ui-pro ([024c06f](https://github.com/nuxt/image/commit/024c06f))
19+
- Update env example key ([d4adc26](https://github.com/nuxt/image/commit/d4adc26))
20+
- Add title to provider links ([#1029](https://github.com/nuxt/image/pull/1029))
21+
- Add edge channel ([7fe7fff](https://github.com/nuxt/image/commit/7fe7fff))
22+
- Remove unused keys ([a10323e](https://github.com/nuxt/image/commit/a10323e))
23+
- Add links to source ([3996403](https://github.com/nuxt/image/commit/3996403))
24+
- Add source for each provider ([ab05771](https://github.com/nuxt/image/commit/ab05771))
25+
- Update studio and ui pro ([7826abb](https://github.com/nuxt/image/commit/7826abb))
26+
27+
### 🏡 Chore
28+
29+
- Add rc tagging 🙈 ([9815055](https://github.com/nuxt/image/commit/9815055))
30+
- Update `nuxt-vitest` ([b13b9cc](https://github.com/nuxt/image/commit/b13b9cc))
31+
- Use explicit type imports ([06c91ae](https://github.com/nuxt/image/commit/06c91ae))
32+
- Remove unneeded expect errors ([d68d9b1](https://github.com/nuxt/image/commit/d68d9b1))
33+
- Update lockfile ([49d6651](https://github.com/nuxt/image/commit/49d6651))
34+
- Update release script ([5db5198](https://github.com/nuxt/image/commit/5db5198))
35+
36+
#### ⚠️ Breaking Changes
37+
38+
- **ipx:** ⚠️ Pass all options ([#1056](https://github.com/nuxt/image/pull/1056))
39+
40+
### ❤️ Contributors
41+
42+
- Daniel Roe <daniel@roe.dev>
43+
- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala))
44+
- Pooya Parsa ([@pi0](http://github.com/pi0))
45+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
46+
- Lehoczky Zoltán ([@Lehoczky](http://github.com/Lehoczky))
47+
- Joffrey ([@joffreyBerrier](http://github.com/joffreyBerrier))
48+
549
## v1.0.0-rc.3
650

751
[compare changes](https://github.com/nuxt/image/compare/v1.0.0-rc.2...v1.0.0-rc.3)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/image",
3-
"version": "1.0.0-rc.3",
3+
"version": "1.0.0",
44
"description": "Nuxt Image Module",
55
"repository": "nuxt/image",
66
"license": "MIT",
@@ -68,4 +68,4 @@
6868
"engines": {
6969
"node": "^14.16.0 || >=16.11.0"
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)