Skip to content

Commit

Permalink
chore(release): v0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Aug 6, 2024
1 parent ea17d69 commit 59c9bed
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
# Changelog


## v0.6.6

[compare changes](https://github.com/nuxt/scripts/compare/v0.6.5...v0.6.6)

### 🩹 Fixes

- **tpc:** Update TPC and fix GA ([#186](https://github.com/nuxt/scripts/pull/186))

### 💅 Refactors

- Avoid module declaration augmentations ([b27d4ee](https://github.com/nuxt/scripts/commit/b27d4ee))

### 🏡 Chore

- Public release -> beta ([debf873](https://github.com/nuxt/scripts/commit/debf873))
- Update import path for devtools port ([#190](https://github.com/nuxt/scripts/pull/190))
- Bump deps ([05f085e](https://github.com/nuxt/scripts/commit/05f085e))
- Broken linting ([3c46cff](https://github.com/nuxt/scripts/commit/3c46cff))
- Broken typechecking and linting ([9285284](https://github.com/nuxt/scripts/commit/9285284))
- Bump deps ([ea17d69](https://github.com/nuxt/scripts/commit/ea17d69))

### ✅ Tests

- E2e integration tests for ga and gtm ([#189](https://github.com/nuxt/scripts/pull/189))

### ❤️ Contributors

- Harlan ([@harlan-zw](http://github.com/harlan-zw))
- Julien Huang ([@huang-julien](http://github.com/huang-julien))
- Arash ([@arashsheyda](http://github.com/arashsheyda))

## v0.6.5

[compare changes](https://github.com/nuxt/scripts/compare/v0.6.4...v0.6.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.6.5",
"version": "0.6.6",
"packageManager": "[email protected]",
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
"author": {
Expand Down

0 comments on commit 59c9bed

Please sign in to comment.