From 1d0b0d277e42ef5fbe20697ca6edc11093ed0a0a Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Fri, 3 May 2024 14:26:32 +0100 Subject: [PATCH] chore(release): v1.7.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7365663a8..56d333723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,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. +## v1.7.0 + +[compare changes](https://github.com/nuxt/image/compare/v1.6.0...v1.7.0) + +### 🚀 Enhancements + +- Allow specifying `fetchpriority` when preloading images ([#989](https://github.com/nuxt/image/pull/989)) + +### 🩹 Fixes + +- Ensure `src` comes after `loading` when rendering image ([#1338](https://github.com/nuxt/image/pull/1338)) + +### 📖 Documentation + +- Fix typo in get-started/installation ([#1344](https://github.com/nuxt/image/pull/1344)) + +### 🤖 CI + +- Add codecov token ([#1342](https://github.com/nuxt/image/pull/1342)) + +### ❤️ Contributors + +- Jonas Thelemann +- Tom Tang ([@qwerzl](http://github.com/qwerzl)) +- Daniel Roe ([@danielroe](http://github.com/danielroe)) +- Ragura ([@Ragura](http://github.com/Ragura)) + ## v1.6.0 [compare changes](https://github.com/nuxt/image/compare/v1.5.0...v1.6.0) diff --git a/package.json b/package.json index 8ca8b8078..ca13fd239 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/image", - "version": "1.6.0", + "version": "1.7.0", "description": "Nuxt Image Module", "repository": { "type": "git",