From 9ef9a459d4681e919387ec0e034d017d69b30068 Mon Sep 17 00:00:00 2001 From: harlan Date: Mon, 16 Sep 2024 04:48:09 +1000 Subject: [PATCH] chore(release): v0.9.1 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 483fb6d0..1c2fe840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog +## v0.9.1 + +[compare changes](https://github.com/nuxt/scripts/compare/v0.9.0...v0.9.1) + +### 🩹 Fixes + +- Prefer ref triggers or promise booleans ([bacd3de](https://github.com/nuxt/scripts/commit/bacd3de)) + +### 🏡 Chore + +- Ensure dir for script ([e4f140c](https://github.com/nuxt/scripts/commit/e4f140c)) +- Recommend 1.11.5 unhead ([9c1a3e3](https://github.com/nuxt/scripts/commit/9c1a3e3)) + +### ❤️ Contributors + +- Harlan ([@harlan-zw](http://github.com/harlan-zw)) + ## v0.9.0 [compare changes](https://github.com/nuxt/scripts/compare/v0.8.5...v0.9.0) diff --git a/package.json b/package.json index 28dd2f3f..41b697f6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nuxt/scripts", "type": "module", - "version": "0.9.0", + "version": "0.9.1", "packageManager": "pnpm@9.10.0", "description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.", "author": {