Skip to content

Commit 1e4a95a

Browse files
committed
chore(release): v1.0.0-rc.1
1 parent 1cd2ef1 commit 1e4a95a

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.0.0-rc.1
6+
7+
[compare changes](https://github.com/nuxt/image/compare/v1.0.0-rc.0...v1.0.0-rc.1)
8+
9+
10+
### 🩹 Fixes
11+
12+
- Remove placeholder plugin ([1cd2ef1](https://github.com/nuxt/image/commit/1cd2ef1))
13+
14+
### ❤️ Contributors
15+
16+
- Daniel Roe <daniel@roe.dev>
17+
518
### [0.7.1](https://github.com/nuxt/image/compare/v0.7.0...v0.7.1) (2022-06-22)
619

720

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.0.0-rc.0",
3+
"version": "1.0.0-rc.1",
44
"description": "Nuxt Image Module",
55
"repository": "nuxt/image",
66
"license": "MIT",
@@ -68,4 +68,4 @@
6868
"engines": {
6969
"node": "^14.16.0 || >=16.11.0"
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)