|
2 | 2 |
|
3 | 3 | 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. |
4 | 4 |
|
| 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 | + |
5 | 48 | ## v1.0.0 |
6 | 49 |
|
7 | 50 | [compare changes](https://github.com/nuxt/image/compare/v1.0.0-rc.3...v1.0.0) |
|
0 commit comments