From 1b147fbf2341bdad1df4e0ee2518a9cbd7405b3b Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 2 Oct 2024 23:05:47 +0100 Subject: [PATCH] chore(release): v1.8.1 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bed35f0d3..a1df0227a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ 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.8.1 + +[compare changes](https://github.com/nuxt/image/compare/v1.8.0...v1.8.1) + +### 🩹 Fixes + +- Suffix export of runtime utils with `/index` ([#1467](https://github.com/nuxt/image/pull/1467)) +- **vercel:** Added missing `formats` config & improved documentation ([#1514](https://github.com/nuxt/image/pull/1514)) + +### 📖 Documentation + +- Update link to downloads count badge ([102d474](https://github.com/nuxt/image/commit/102d474)) + +### 🏡 Chore + +- Use `tinyexec` internally ([3b9a4ea](https://github.com/nuxt/image/commit/3b9a4ea)) + +### ❤️ Contributors + +- Sébastien Chopin ([@atinux](http://github.com/atinux)) +- Arnaud Gissinger ([@mathix420](http://github.com/mathix420)) +- Daniel Roe ([@danielroe](http://github.com/danielroe)) +- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala)) + ## v1.8.0 [compare changes](https://github.com/nuxt/image/compare/v1.7.1...v1.8.0) diff --git a/package.json b/package.json index 363b89d2a..48197717a 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/image", - "version": "1.8.0", + "version": "1.8.1", "description": "Nuxt Image Module", "repository": { "type": "git",