Skip to content

Commit 509d06b

Browse files
committed
chore(release): v1.5.0
1 parent 2c5c8ab commit 509d06b

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

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.
44

5+
## v1.5.0
6+
7+
[compare changes](https://github.com/nuxt/image/compare/v1.4.0...v1.5.0)
8+
9+
### 🚀 Enhancements
10+
11+
- **netlify:** Support `domains` option with Netlify Image CDN ([#1287](https://github.com/nuxt/image/pull/1287))
12+
13+
### 🩹 Fixes
14+
15+
- Opt in to `import.meta.*` properties ([#1301](https://github.com/nuxt/image/pull/1301))
16+
- Don't attempt to parse falsy values in `options.domains` ([#1305](https://github.com/nuxt/image/pull/1305))
17+
18+
### 📖 Documentation
19+
20+
- Move to @nuxt/fonts ([812da3b](https://github.com/nuxt/image/commit/812da3b))
21+
- Remove conf for old modules ([1490f0e](https://github.com/nuxt/image/commit/1490f0e))
22+
23+
### 🏡 Chore
24+
25+
- Update changelog ([c1fd9b8](https://github.com/nuxt/image/commit/c1fd9b8))
26+
27+
### ✅ Tests
28+
29+
- Close out playwright `page` after each test ([2b4bac9](https://github.com/nuxt/image/commit/2b4bac9))
30+
31+
### ❤️ Contributors
32+
33+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
34+
- Matt Kane <matt.kane@netlify.com>
35+
- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala))
36+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
37+
538
## v1.4.0
639

740
[compare changes](https://github.com/nuxt/image/compare/v1.3.0...v1.4.0)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/image",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Nuxt Image Module",
55
"repository": {
66
"type": "git",
@@ -76,4 +76,4 @@
7676
"engines": {
7777
"node": "^14.16.0 || >=16.11.0"
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)