Skip to content

Commit ffd9455

Browse files
committed
chore(release): v1.2.0
1 parent 1e7d37b commit ffd9455

2 files changed

Lines changed: 41 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@
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.2.0
6+
7+
[compare changes](https://github.com/nuxt/image/compare/v1.1.0...v1.2.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Add `hygraph` provider ([#1152](https://github.com/nuxt/image/pull/1152))
12+
- Add `weserv` provider ([#1019](https://github.com/nuxt/image/pull/1019))
13+
- Add `caisy` provider ([#1154](https://github.com/nuxt/image/pull/1154))
14+
- Add bunny provider ([#1179](https://github.com/nuxt/image/pull/1179))
15+
16+
### 🩹 Fixes
17+
18+
- Add types to ipx provider options ([#1132](https://github.com/nuxt/image/pull/1132))
19+
20+
### 📖 Documentation
21+
22+
- Explain fall back to larger size on amplify + vercel ([#1124](https://github.com/nuxt/image/pull/1124))
23+
- Add link back to sizes and mention TailwindCSS ([6e41429](https://github.com/nuxt/image/commit/6e41429))
24+
- Added deprecated message Netlify Large Media ([#1141](https://github.com/nuxt/image/pull/1141))
25+
- Add bun installation command ([#1155](https://github.com/nuxt/image/pull/1155))
26+
27+
### 🏡 Chore
28+
29+
- Migrate to `@nuxt/test-utils` for runtime testing ([#1149](https://github.com/nuxt/image/pull/1149))
30+
- Test bundler module resolution ([#1161](https://github.com/nuxt/image/pull/1161))
31+
32+
### ❤️ Contributors
33+
34+
- Maarten Van Hunsel
35+
- Daniel Roe <daniel@roe.dev>
36+
- Tim Benniks <tbenniks@gmail.com>
37+
- Jakub Chrobak
38+
- Nandi95
39+
- Haruaki OTAKE <aaharu@hotmail.com>
40+
- Martijn Loth
41+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
42+
- Andre Eckardt <aeckardt@outlook.com>
43+
544
## v1.1.0
645

746
[compare changes](https://github.com/nuxt/image/compare/v1.0.0...v1.1.0)

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.1.0",
3+
"version": "1.2.0",
44
"description": "Nuxt Image Module",
55
"repository": {
66
"type": "git",
@@ -73,4 +73,4 @@
7373
"engines": {
7474
"node": "^14.16.0 || >=16.11.0"
7575
}
76-
}
76+
}

0 commit comments

Comments
 (0)