From 7c5b7b22e14d338e3f9dd2cf19825f0ea092be2f Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 27 Aug 2024 13:58:39 +0100 Subject: [PATCH] chore(release): v1.7.1 --- CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56d333723..62946ca13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,52 @@ 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.7.1 + +[compare changes](https://github.com/nuxt/image/compare/v1.7.0...v1.7.1) + +### 🩹 Fixes + +- **cloudinary:** Map `cover` to `lfill` mode ([#1355](https://github.com/nuxt/image/pull/1355)) +- Import runtime types from module entrypoint ([#1384](https://github.com/nuxt/image/pull/1384)) +- Update to latest `@nuxt/module-builder` ([#1439](https://github.com/nuxt/image/pull/1439)) +- Only add preload links on server ([510e719](https://github.com/nuxt/image/commit/510e719)) +- **weserv:** Map rotate operation to `ro` ([#1441](https://github.com/nuxt/image/pull/1441)) + +### 💅 Refactors + +- Convert `` to SFC ([#1435](https://github.com/nuxt/image/pull/1435)) +- Convert `` to SFC ([#1432](https://github.com/nuxt/image/pull/1432)) +- Use more `import.meta.*` properties ([#1440](https://github.com/nuxt/image/pull/1440)) + +### 📖 Documentation + +- Update deps ([86b7d9b](https://github.com/nuxt/image/commit/86b7d9b)) +- Add resolution for nuxt ui ([3a98a68](https://github.com/nuxt/image/commit/3a98a68)) +- Prerender index ([59813cf](https://github.com/nuxt/image/commit/59813cf)) +- Prepare before build ([#1405](https://github.com/nuxt/image/pull/1405)) +- Fix inconsistent spelling ([#1421](https://github.com/nuxt/image/pull/1421)) +- Capitalize title ([#1393](https://github.com/nuxt/image/pull/1393)) + +### 🏡 Chore + +- Refresh lockfile ([5524ae6](https://github.com/nuxt/image/commit/5524ae6)) +- Add subpath exports and set `type: module` ([04cd4cc](https://github.com/nuxt/image/commit/04cd4cc)) +- Remove unneeded lazy from regexp ([16b20b4](https://github.com/nuxt/image/commit/16b20b4)) +- Indicate compatibility with new v4 major ([#1385](https://github.com/nuxt/image/pull/1385)) +- Add @danielroe to code owners ([47f8b2c](https://github.com/nuxt/image/commit/47f8b2c)) +- Add `compatibilityDate` ([8e2a01a](https://github.com/nuxt/image/commit/8e2a01a)) + +### ❤️ Contributors + +- Daniel Roe ([@danielroe](http://github.com/danielroe)) +- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala)) +- @beer ([@iiio2](http://github.com/iiio2)) +- Gangan ([@shinGangan](http://github.com/shinGangan)) +- Benjamin Canac ([@benjamincanac](http://github.com/benjamincanac)) +- Sébastien Chopin ([@atinux](http://github.com/atinux)) +- Ptdev + ## v1.7.0 [compare changes](https://github.com/nuxt/image/compare/v1.6.0...v1.7.0) diff --git a/package.json b/package.json index 488869dab..e9014d008 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/image", - "version": "1.7.0", + "version": "1.7.1", "description": "Nuxt Image Module", "repository": { "type": "git",