Skip to content

Commit

Permalink
chore(release): v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 2, 2024
1 parent 2c5c8ab commit 509d06b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <matt.kane@netlify.com>
- 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)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/image",
"version": "1.4.0",
"version": "1.5.0",
"description": "Nuxt Image Module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -76,4 +76,4 @@
"engines": {
"node": "^14.16.0 || >=16.11.0"
}
}
}

0 comments on commit 509d06b

Please sign in to comment.