From 722ae0dc54f4e8c70ddce3ad8a518390be6a38de Mon Sep 17 00:00:00 2001 From: harlan Date: Sun, 15 Sep 2024 21:58:05 +1000 Subject: [PATCH] chore(release): v0.9.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 060d9a65..483fb6d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,38 @@ # Changelog +## v0.9.0 + +[compare changes](https://github.com/nuxt/scripts/compare/v0.8.5...v0.9.0) + +### 🚀 Enhancements + +- Allow fallback on bundle fail ([#255](https://github.com/nuxt/scripts/pull/255)) + +### 🩹 Fixes + +- **adsense:** ⚠️ Remove default `data-ad-format` ([#248](https://github.com/nuxt/scripts/pull/248)) +- Improved `bundle: true` debug and cache clearing ([d269066](https://github.com/nuxt/scripts/commit/d269066)) +- **metaPixel:** Use meta logo instead of facebook logo ([#264](https://github.com/nuxt/scripts/pull/264)) +- Insert script src with `app.baseURL` ([52e1fcb](https://github.com/nuxt/scripts/commit/52e1fcb)) + +### 🏡 Chore + +- Broken type checking ([97a5218](https://github.com/nuxt/scripts/commit/97a5218)) +- Bump deps and lint ([e73b4c6](https://github.com/nuxt/scripts/commit/e73b4c6)) +- Fix playground ([575c4dd](https://github.com/nuxt/scripts/commit/575c4dd)) + +#### ⚠️ Breaking Changes + +- **adsense:** ⚠️ Remove default `data-ad-format` ([#248](https://github.com/nuxt/scripts/pull/248)) + +### ❤️ Contributors + +- Harlan ([@harlan-zw](http://github.com/harlan-zw)) +- 2nofa11 ([@2nofa11](http://github.com/2nofa11)) +- Julien Huang ([@huang-julien](http://github.com/huang-julien)) +- Asoka Wotulo ([@asokawotulo](http://github.com/asokawotulo)) + ## v0.8.5 [compare changes](https://github.com/nuxt/scripts/compare/v0.8.4...v0.8.5) diff --git a/package.json b/package.json index e5b0f60a..9d57ea1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nuxt/scripts", "type": "module", - "version": "0.8.5", + "version": "0.9.0", "packageManager": "pnpm@9.10.0", "description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.", "author": {