Skip to content

Commit b133959

Browse files
committed
chore(release): v0.9.4
1 parent 25f1ade commit b133959

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
# Changelog
22

33

4+
## v0.9.4
5+
6+
[compare changes](https://github.com/nuxt/scripts/compare/v0.9.3...v0.9.4)
7+
8+
### 🩹 Fixes
9+
10+
- **matomo:** Easier cloud config using `cloudId` ([d7e18c4](https://github.com/nuxt/scripts/commit/d7e18c4))
11+
- **matomo:** Support numeric `siteId` ([299516c](https://github.com/nuxt/scripts/commit/299516c))
12+
- Avoid overriding `<link rek="preload"` with invalid src ([25f1ade](https://github.com/nuxt/scripts/commit/25f1ade))
13+
14+
### 📖 Documentation
15+
16+
- Fix docs for disabling scripts in development ([#281](https://github.com/nuxt/scripts/pull/281))
17+
18+
### 🏡 Chore
19+
20+
- Bump deps ([931f4f6](https://github.com/nuxt/scripts/commit/931f4f6))
21+
22+
### ❤️ Contributors
23+
24+
- Harlan ([@harlan-zw](http://github.com/harlan-zw))
25+
- Paul ([@schnetzi](http://github.com/schnetzi))
26+
427
## v0.9.3
528

629
[compare changes](https://github.com/nuxt/scripts/compare/v0.9.2...v0.9.3)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxt/scripts",
33
"type": "module",
4-
"version": "0.9.3",
4+
"version": "0.9.4",
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)