Skip to content

Commit 5be0d38

Browse files
committed
chore(release): v1.0.0-rc.3
1 parent e638a0e commit 5be0d38

2 files changed

Lines changed: 50 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,54 @@
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-rc.3
6+
7+
[compare changes](https://github.com/nuxt/image/compare/v1.0.0-rc.2...v1.0.0-rc.3)
8+
9+
### 🚀 Enhancements
10+
11+
- ⚠️ Migrate to ipx v2 ([#988](https://github.com/nuxt/image/pull/988))
12+
- Add `nonce` support ([#1012](https://github.com/nuxt/image/pull/1012))
13+
14+
### 🩹 Fixes
15+
16+
- **cloudinary:** Handle blur modifier correctly ([#985](https://github.com/nuxt/image/pull/985))
17+
18+
### 📖 Documentation
19+
20+
- Track anonymous search queries ([dd4451e](https://github.com/nuxt/image/commit/dd4451e))
21+
- Add query in search event ([92f71da](https://github.com/nuxt/image/commit/92f71da))
22+
- Update deps ([d39eab1](https://github.com/nuxt/image/commit/d39eab1))
23+
- Display supported unsplash parameters as a list ([#995](https://github.com/nuxt/image/pull/995))
24+
- Update to ui pro ([a9cc6bd](https://github.com/nuxt/image/commit/a9cc6bd))
25+
- Add contribution guide ([fdc0975](https://github.com/nuxt/image/commit/fdc0975))
26+
- Remove stray code block ([#1016](https://github.com/nuxt/image/pull/1016))
27+
28+
### 🏡 Chore
29+
30+
- Split out docs updates into separate prs ([8cb7c50](https://github.com/nuxt/image/commit/8cb7c50))
31+
- Expand renovate group to nuxt ui prefix ([adbdff3](https://github.com/nuxt/image/commit/adbdff3))
32+
- Build before releasing ([db4d4a8](https://github.com/nuxt/image/commit/db4d4a8))
33+
- Use explicit build command ([e638a0e](https://github.com/nuxt/image/commit/e638a0e))
34+
35+
### 🤖 CI
36+
37+
- Revert codecov update ([7d120ca](https://github.com/nuxt/image/commit/7d120ca))
38+
39+
#### ⚠️ Breaking Changes
40+
41+
- ⚠️ Migrate to ipx v2 ([#988](https://github.com/nuxt/image/pull/988))
42+
43+
### ❤️ Contributors
44+
45+
- Daniel Roe <daniel@roe.dev>
46+
- Nestor Vera ([@hacknug](http://github.com/hacknug))
47+
- Patrik
48+
- Thomas Rijpstra
49+
- Pooya Parsa ([@pi0](http://github.com/pi0))
50+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
51+
- Joe Winger <github@joewinger.com>
52+
553
## v1.0.0-rc.2
654

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

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.2",
3+
"version": "1.0.0-rc.3",
44
"description": "Nuxt Image Module",
55
"repository": "nuxt/image",
66
"license": "MIT",
@@ -69,4 +69,4 @@
6969
"engines": {
7070
"node": "^14.16.0 || >=16.11.0"
7171
}
72-
}
72+
}

0 commit comments

Comments
 (0)