Skip to content

Commit 2b08f1a

Browse files
committed
chore(release): v1.3.0
1 parent 0a5974b commit 2b08f1a

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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.3.0
6+
7+
[compare changes](https://github.com/nuxt/image/compare/v1.2.0...v1.3.0)
8+
9+
### 🚀 Enhancements
10+
11+
- **imagekit:** Replace obsolete overlay syntax with layers ([#1197](https://github.com/nuxt/image/pull/1197))
12+
- **ipx:** Support nuxt layers ([#1177](https://github.com/nuxt/image/pull/1177))
13+
14+
### 🏡 Chore
15+
16+
- Deduplicate `vue` versions in workspace ([#1202](https://github.com/nuxt/image/pull/1202))
17+
18+
### ❤️ Contributors
19+
20+
- Arkadiusz Sygulski <aareksio@gmail.com>
21+
- Ankur Dwivedi
22+
- Daniel Roe <daniel@roe.dev>
23+
524
## v1.2.0
625

726
[compare changes](https://github.com/nuxt/image/compare/v1.1.0...v1.2.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.2.0",
3+
"version": "1.3.0",
44
"description": "Nuxt Image Module",
55
"repository": {
66
"type": "git",
@@ -75,4 +75,4 @@
7575
"engines": {
7676
"node": "^14.16.0 || >=16.11.0"
7777
}
78-
}
78+
}

0 commit comments

Comments
 (0)