From 5953fa1f6be1330414bc2323d7a1744dd99ef502 Mon Sep 17 00:00:00 2001 From: harlan Date: Wed, 4 Sep 2024 03:08:45 +1000 Subject: [PATCH] chore(release): v0.8.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf90a466..1c461a9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## v0.8.0 + +[compare changes](https://github.com/nuxt/scripts/compare/v0.7.3...v0.8.0) + ## v0.7.3 [compare changes](https://github.com/nuxt/scripts/compare/v0.7.2...v0.7.3) diff --git a/package.json b/package.json index 9e67ece9..253622d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nuxt/scripts", "type": "module", - "version": "0.7.3", + "version": "0.8.0", "packageManager": "pnpm@9.9.0", "description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.", "author": {