Skip to content

Commit 08027ed

Browse files
committed
chore(release): v0.4.6
1 parent 9257845 commit 08027ed

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.4.6
5+
6+
[compare changes](https://github.com/nuxt/scripts/compare/v0.4.5...v0.4.6)
7+
8+
### 🚀 Enhancements
9+
10+
- Google adsense ([#75](https://github.com/nuxt/scripts/pull/75))
11+
12+
### 🩹 Fixes
13+
14+
- Tree shake registry script src resolvers ([f1423d2](https://github.com/nuxt/scripts/commit/f1423d2))
15+
- `useElementScriptTrigger` support undefined trigger ([c684f6a](https://github.com/nuxt/scripts/commit/c684f6a))
16+
17+
### 🏡 Chore
18+
19+
- Extend script load timeout ([d1332cb](https://github.com/nuxt/scripts/commit/d1332cb))
20+
- Extend test timeout ([9257845](https://github.com/nuxt/scripts/commit/9257845))
21+
22+
### ❤️ Contributors
23+
24+
- Harlan ([@harlan-zw](http://github.com/harlan-zw))
25+
- Harlan Wilton ([@harlan-zw](http://github.com/harlan-zw))
26+
427
## v0.4.5
528

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

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