Skip to content

Commit 0c550ab

Browse files
committed
chore(release): v0.9.2
1 parent 9e33732 commit 0c550ab

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.9.2
5+
6+
[compare changes](https://github.com/nuxt/scripts/compare/v0.9.1...v0.9.2)
7+
8+
### 🩹 Fixes
9+
10+
- Types for ref triggers ([7b3570d](https://github.com/nuxt/scripts/commit/7b3570d))
11+
- Cache bundled scripts relative to nuxt root ([cc5e01b](https://github.com/nuxt/scripts/commit/cc5e01b))
12+
13+
### 🏡 Chore
14+
15+
- Bump deps ([582d360](https://github.com/nuxt/scripts/commit/582d360))
16+
- Missing import ([9e33732](https://github.com/nuxt/scripts/commit/9e33732))
17+
18+
### ❤️ Contributors
19+
20+
- Harlan ([@harlan-zw](http://github.com/harlan-zw))
21+
422
## v0.9.1
523

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

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.1",
4+
"version": "0.9.2",
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)