From e1a8cea6d44aec20b750043c726652e379e262ba Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 29 Aug 2024 20:37:58 +0100 Subject: [PATCH] chore(release): v1.8.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62946ca13..bed35f0d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,32 @@ 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.8.0 + +[compare changes](https://github.com/nuxt/image/compare/v1.7.1...v1.8.0) + +### 🚀 Enhancements + +- **cloudinary:** Support reading project from absolute url ([#1361](https://github.com/nuxt/image/pull/1361)) +- Provide runtimeConfig to `getImage` ([#1428](https://github.com/nuxt/image/pull/1428)) + +### 🩹 Fixes + +- **hygraph:** New asset management support ([#1415](https://github.com/nuxt/image/pull/1415)) +- Prevent hydration mismatch in `` ([#1445](https://github.com/nuxt/image/pull/1445)) +- **nuxt-picture:** Check before accessing index ([917242a](https://github.com/nuxt/image/commit/917242a)) +- Mark props as not required rather than `default: undefined` ([#1450](https://github.com/nuxt/image/pull/1450)) +- Handle undefined indices more accurately ([#1451](https://github.com/nuxt/image/pull/1451)) +- **hygraph:** Add back tests and refactor splitter ([#1452](https://github.com/nuxt/image/pull/1452)) + +### ❤️ Contributors + +- Connor Pearson +- Mark Brouch ([@markbrouch](http://github.com/markbrouch)) +- Daniel Roe ([@danielroe](http://github.com/danielroe)) +- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala)) +- Tim Benniks + ## v1.7.1 [compare changes](https://github.com/nuxt/image/compare/v1.7.0...v1.7.1) diff --git a/package.json b/package.json index 0a31c0db5..69f93f6ed 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/image", - "version": "1.7.1", + "version": "1.8.0", "description": "Nuxt Image Module", "repository": { "type": "git",