Skip to content

Commit 9ef9a45

Browse files
committed
chore(release): v0.9.1
1 parent 9c1a3e3 commit 9ef9a45

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

33

4+
## v0.9.1
5+
6+
[compare changes](https://github.com/nuxt/scripts/compare/v0.9.0...v0.9.1)
7+
8+
### 🩹 Fixes
9+
10+
- Prefer ref triggers or promise booleans ([bacd3de](https://github.com/nuxt/scripts/commit/bacd3de))
11+
12+
### 🏡 Chore
13+
14+
- Ensure dir for script ([e4f140c](https://github.com/nuxt/scripts/commit/e4f140c))
15+
- Recommend 1.11.5 unhead ([9c1a3e3](https://github.com/nuxt/scripts/commit/9c1a3e3))
16+
17+
### ❤️ Contributors
18+
19+
- Harlan ([@harlan-zw](http://github.com/harlan-zw))
20+
421
## v0.9.0
522

623
[compare changes](https://github.com/nuxt/scripts/compare/v0.8.5...v0.9.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxt/scripts",
33
"type": "module",
4-
"version": "0.9.0",
4+
"version": "0.9.1",
55
"packageManager": "[email protected]",
66
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
77
"author": {

0 commit comments

Comments
 (0)