Skip to content

Commit d784268

Browse files
committed
chore(release): v1.1.0
1 parent fed0a3b commit d784268

2 files changed

Lines changed: 45 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,49 @@
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.1.0
6+
7+
[compare changes](https://github.com/nuxt/image/compare/v1.0.0...v1.1.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Add `sirv` provider ([#1066](https://github.com/nuxt/image/pull/1066))
12+
- Add aliyun provider ([#1091](https://github.com/nuxt/image/pull/1091))
13+
- Support aws amplify provider ([#1112](https://github.com/nuxt/image/pull/1112))
14+
15+
### 📖 Documentation
16+
17+
- Remove `@rc` version constraint ([866a6aa](https://github.com/nuxt/image/commit/866a6aa))
18+
- Scale logo for consistency ([#1059](https://github.com/nuxt/image/pull/1059))
19+
- Add clearer examples of making a custom provider ([#1074](https://github.com/nuxt/image/pull/1074))
20+
- Add sirv logo ([c435c1d](https://github.com/nuxt/image/commit/c435c1d))
21+
- Fix sirv link ([8b815ac](https://github.com/nuxt/image/commit/8b815ac))
22+
- Fix typo ([#1095](https://github.com/nuxt/image/pull/1095))
23+
- Add `aliyun` logo ([3dff67d](https://github.com/nuxt/image/commit/3dff67d))
24+
25+
### 🏡 Chore
26+
27+
- Add backquote in readme ([7f8d8f2](https://github.com/nuxt/image/commit/7f8d8f2))
28+
- Add homepage to package.json ([#1097](https://github.com/nuxt/image/pull/1097))
29+
- Use correct `repository` syntax ([7a89e86](https://github.com/nuxt/image/commit/7a89e86))
30+
- Ensure amplify types respect upstream nitro types ([5c4cd7c](https://github.com/nuxt/image/commit/5c4cd7c))
31+
- Add ignore ([13a120f](https://github.com/nuxt/image/commit/13a120f))
32+
33+
### 🤖 CI
34+
35+
- Run tests on node 18 ([9cb1cb8](https://github.com/nuxt/image/commit/9cb1cb8))
36+
37+
### ❤️ Contributors
38+
39+
- Daniel Roe <daniel@roe.dev>
40+
- Pooya Parsa ([@pi0](http://github.com/pi0))
41+
- Maxime Pauvert ([@maximepvrt](http://github.com/maximepvrt))
42+
- Niuyi
43+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
44+
- Reslear <reslear@gmail.com>
45+
- Igor Varyvoda <cheguevaraua@gmail.com>
46+
- Benjamin Canac ([@benjamincanac](http://github.com/benjamincanac))
47+
548
## v1.0.0
649

750
[compare changes](https://github.com/nuxt/image/compare/v1.0.0-rc.3...v1.0.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.0.0",
3+
"version": "1.1.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)