From d7842686bdd535a0bc34240afd384d31b206837d Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 20 Nov 2023 22:57:41 +0000 Subject: [PATCH] chore(release): v1.1.0 --- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 45 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bc1f14c6..350c0a748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,49 @@ 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. +## v1.1.0 + +[compare changes](https://github.com/nuxt/image/compare/v1.0.0...v1.1.0) + +### 🚀 Enhancements + +- Add `sirv` provider ([#1066](https://github.com/nuxt/image/pull/1066)) +- Add aliyun provider ([#1091](https://github.com/nuxt/image/pull/1091)) +- Support aws amplify provider ([#1112](https://github.com/nuxt/image/pull/1112)) + +### 📖 Documentation + +- Remove `@rc` version constraint ([866a6aa](https://github.com/nuxt/image/commit/866a6aa)) +- Scale logo for consistency ([#1059](https://github.com/nuxt/image/pull/1059)) +- Add clearer examples of making a custom provider ([#1074](https://github.com/nuxt/image/pull/1074)) +- Add sirv logo ([c435c1d](https://github.com/nuxt/image/commit/c435c1d)) +- Fix sirv link ([8b815ac](https://github.com/nuxt/image/commit/8b815ac)) +- Fix typo ([#1095](https://github.com/nuxt/image/pull/1095)) +- Add `aliyun` logo ([3dff67d](https://github.com/nuxt/image/commit/3dff67d)) + +### 🏡 Chore + +- Add backquote in readme ([7f8d8f2](https://github.com/nuxt/image/commit/7f8d8f2)) +- Add homepage to package.json ([#1097](https://github.com/nuxt/image/pull/1097)) +- Use correct `repository` syntax ([7a89e86](https://github.com/nuxt/image/commit/7a89e86)) +- Ensure amplify types respect upstream nitro types ([5c4cd7c](https://github.com/nuxt/image/commit/5c4cd7c)) +- Add ignore ([13a120f](https://github.com/nuxt/image/commit/13a120f)) + +### 🤖 CI + +- Run tests on node 18 ([9cb1cb8](https://github.com/nuxt/image/commit/9cb1cb8)) + +### ❤️ Contributors + +- Daniel Roe +- Pooya Parsa ([@pi0](http://github.com/pi0)) +- Maxime Pauvert ([@maximepvrt](http://github.com/maximepvrt)) +- Niuyi +- Sébastien Chopin ([@Atinux](http://github.com/Atinux)) +- Reslear +- Igor Varyvoda +- Benjamin Canac ([@benjamincanac](http://github.com/benjamincanac)) + ## v1.0.0 [compare changes](https://github.com/nuxt/image/compare/v1.0.0-rc.3...v1.0.0) diff --git a/package.json b/package.json index bd4073666..870fca7bc 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/image", - "version": "1.0.0", + "version": "1.1.0", "description": "Nuxt Image Module", "repository": { "type": "git", @@ -73,4 +73,4 @@ "engines": { "node": "^14.16.0 || >=16.11.0" } -} +} \ No newline at end of file