From dcf62985fda941e4a3c001295388b2c523eca0e2 Mon Sep 17 00:00:00 2001 From: harlan Date: Thu, 5 Sep 2024 00:09:48 +1000 Subject: [PATCH] chore(release): v0.8.3 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65577319..630270d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog +## v0.8.3 + +[compare changes](https://github.com/nuxt/scripts/compare/v0.8.2...v0.8.3) + +### 🩹 Fixes + +- Do not omit `crossorigin` from link preload ([#241](https://github.com/nuxt/scripts/pull/241)) + +### 🏡 Chore + +- Bump deps ([cdebb4a](https://github.com/nuxt/scripts/commit/cdebb4a)) +- Fix tests ([45b5dc0](https://github.com/nuxt/scripts/commit/45b5dc0)) + +### ❤️ Contributors + +- Harlan +- Daniel Roe + ## v0.8.2 [compare changes](https://github.com/nuxt/scripts/compare/v0.8.1...v0.8.2) diff --git a/package.json b/package.json index 260bf85e..4af0fb9d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nuxt/scripts", "type": "module", - "version": "0.8.2", + "version": "0.8.3", "packageManager": "pnpm@9.9.0", "description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.", "author": {