Skip to content

Commit

Permalink
chore(release): v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 3, 2024
1 parent f0238c2 commit 1d0b0d2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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.

## v1.7.0

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

### 🚀 Enhancements

- Allow specifying `fetchpriority` when preloading images ([#989](https://github.com/nuxt/image/pull/989))

### 🩹 Fixes

- Ensure `src` comes after `loading` when rendering image ([#1338](https://github.com/nuxt/image/pull/1338))

### 📖 Documentation

- Fix typo in get-started/installation ([#1344](https://github.com/nuxt/image/pull/1344))

### 🤖 CI

- Add codecov token ([#1342](https://github.com/nuxt/image/pull/1342))

### ❤️ Contributors

- Jonas Thelemann <e-mail+github@jonas-thelemann.de>
- Tom Tang ([@qwerzl](http://github.com/qwerzl))
- Daniel Roe ([@danielroe](http://github.com/danielroe))
- Ragura ([@Ragura](http://github.com/Ragura))

## v1.6.0

[compare changes](https://github.com/nuxt/image/compare/v1.5.0...v1.6.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/image",
"version": "1.6.0",
"version": "1.7.0",
"description": "Nuxt Image Module",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1d0b0d2

Please sign in to comment.