From 509d06bee9873569bee4705c4e9322d452822dd1 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 2 Apr 2024 17:23:44 +0100 Subject: [PATCH] chore(release): v1.5.0 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 945c7accf..e6188fcd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,39 @@ 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.5.0 + +[compare changes](https://github.com/nuxt/image/compare/v1.4.0...v1.5.0) + +### 🚀 Enhancements + +- **netlify:** Support `domains` option with Netlify Image CDN ([#1287](https://github.com/nuxt/image/pull/1287)) + +### 🩹 Fixes + +- Opt in to `import.meta.*` properties ([#1301](https://github.com/nuxt/image/pull/1301)) +- Don't attempt to parse falsy values in `options.domains` ([#1305](https://github.com/nuxt/image/pull/1305)) + +### 📖 Documentation + +- Move to @nuxt/fonts ([812da3b](https://github.com/nuxt/image/commit/812da3b)) +- Remove conf for old modules ([1490f0e](https://github.com/nuxt/image/commit/1490f0e)) + +### 🏡 Chore + +- Update changelog ([c1fd9b8](https://github.com/nuxt/image/commit/c1fd9b8)) + +### ✅ Tests + +- Close out playwright `page` after each test ([2b4bac9](https://github.com/nuxt/image/commit/2b4bac9)) + +### ❤️ Contributors + +- Daniel Roe ([@danielroe](http://github.com/danielroe)) +- Matt Kane +- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala)) +- Sébastien Chopin ([@Atinux](http://github.com/Atinux)) + ## v1.4.0 [compare changes](https://github.com/nuxt/image/compare/v1.3.0...v1.4.0) diff --git a/package.json b/package.json index 09e8803be..ea65cb6aa 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/image", - "version": "1.4.0", + "version": "1.5.0", "description": "Nuxt Image Module", "repository": { "type": "git", @@ -76,4 +76,4 @@ "engines": { "node": "^14.16.0 || >=16.11.0" } -} +} \ No newline at end of file