Skip to content

Commit

Permalink
chore(release): v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jun 4, 2024
1 parent 9257845 commit 08027ed
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# Changelog


## v0.4.6

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

### 🚀 Enhancements

- Google adsense ([#75](https://github.com/nuxt/scripts/pull/75))

### 🩹 Fixes

- Tree shake registry script src resolvers ([f1423d2](https://github.com/nuxt/scripts/commit/f1423d2))
- `useElementScriptTrigger` support undefined trigger ([c684f6a](https://github.com/nuxt/scripts/commit/c684f6a))

### 🏡 Chore

- Extend script load timeout ([d1332cb](https://github.com/nuxt/scripts/commit/d1332cb))
- Extend test timeout ([9257845](https://github.com/nuxt/scripts/commit/9257845))

### ❤️ Contributors

- Harlan ([@harlan-zw](http://github.com/harlan-zw))
- Harlan Wilton ([@harlan-zw](http://github.com/harlan-zw))

## v0.4.5

[compare changes](https://github.com/nuxt/scripts/compare/v0.4.4...v0.4.5)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nuxt/scripts",
"type": "module",
"version": "0.4.5",
"version": "0.4.6",
"packageManager": "pnpm@9.1.4",
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
"author": {
Expand Down

0 comments on commit 08027ed

Please sign in to comment.