Skip to content

Commit

Permalink
chore(release): v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 17, 2024
1 parent 0a5974b commit 2b08f1a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,25 @@

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

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

### 🚀 Enhancements

- **imagekit:** Replace obsolete overlay syntax with layers ([#1197](https://github.com/nuxt/image/pull/1197))
- **ipx:** Support nuxt layers ([#1177](https://github.com/nuxt/image/pull/1177))

### 🏡 Chore

- Deduplicate `vue` versions in workspace ([#1202](https://github.com/nuxt/image/pull/1202))

### ❤️ Contributors

- Arkadiusz Sygulski <aareksio@gmail.com>
- Ankur Dwivedi
- Daniel Roe <daniel@roe.dev>

## v1.2.0

[compare changes](https://github.com/nuxt/image/compare/v1.1.0...v1.2.0)
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/image",
"version": "1.2.0",
"version": "1.3.0",
"description": "Nuxt Image Module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -75,4 +75,4 @@
"engines": {
"node": "^14.16.0 || >=16.11.0"
}
}
}

0 comments on commit 2b08f1a

Please sign in to comment.