Skip to content

Commit 1d0b0d2

Browse files
committed
chore(release): v1.7.0
1 parent f0238c2 commit 1d0b0d2

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
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.7.0
6+
7+
[compare changes](https://github.com/nuxt/image/compare/v1.6.0...v1.7.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Allow specifying `fetchpriority` when preloading images ([#989](https://github.com/nuxt/image/pull/989))
12+
13+
### 🩹 Fixes
14+
15+
- Ensure `src` comes after `loading` when rendering image ([#1338](https://github.com/nuxt/image/pull/1338))
16+
17+
### 📖 Documentation
18+
19+
- Fix typo in get-started/installation ([#1344](https://github.com/nuxt/image/pull/1344))
20+
21+
### 🤖 CI
22+
23+
- Add codecov token ([#1342](https://github.com/nuxt/image/pull/1342))
24+
25+
### ❤️ Contributors
26+
27+
- Jonas Thelemann <[email protected]>
28+
- Tom Tang ([@qwerzl](http://github.com/qwerzl))
29+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
30+
- Ragura ([@Ragura](http://github.com/Ragura))
31+
532
## v1.6.0
633

734
[compare changes](https://github.com/nuxt/image/compare/v1.5.0...v1.6.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/image",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Nuxt Image Module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)