Skip to content

Commit 1b147fb

Browse files
committed
chore(release): v1.8.1
1 parent cf095a5 commit 1b147fb

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
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.8.1
6+
7+
[compare changes](https://github.com/nuxt/image/compare/v1.8.0...v1.8.1)
8+
9+
### 🩹 Fixes
10+
11+
- Suffix export of runtime utils with `/index` ([#1467](https://github.com/nuxt/image/pull/1467))
12+
- **vercel:** Added missing `formats` config & improved documentation ([#1514](https://github.com/nuxt/image/pull/1514))
13+
14+
### 📖 Documentation
15+
16+
- Update link to downloads count badge ([102d474](https://github.com/nuxt/image/commit/102d474))
17+
18+
### 🏡 Chore
19+
20+
- Use `tinyexec` internally ([3b9a4ea](https://github.com/nuxt/image/commit/3b9a4ea))
21+
22+
### ❤️ Contributors
23+
24+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
25+
- Arnaud Gissinger ([@mathix420](http://github.com/mathix420))
26+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
27+
- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala))
28+
529
## v1.8.0
630

731
[compare changes](https://github.com/nuxt/image/compare/v1.7.1...v1.8.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.8.0",
3+
"version": "1.8.1",
44
"description": "Nuxt Image Module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)