Skip to content

Commit

Permalink
chore(release): v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jul 11, 2024
1 parent ce084bf commit c6a74f3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Changelog


## v0.6.3

[compare changes](https://github.com/nuxt/scripts/compare/v0.6.2...v0.6.3)

### 🩹 Fixes

- **tpc:** Annotate return type of tpc composables ([#141](https://github.com/nuxt/scripts/pull/141))
- **tpc:** Directly push tpc composables into registry ([#139](https://github.com/nuxt/scripts/pull/139))
- **tpc:** Use mlly to resolve third-party-capital ([#138](https://github.com/nuxt/scripts/pull/138))

### 🏡 Chore

- Bump deps ([ce084bf](https://github.com/nuxt/scripts/commit/ce084bf))

### ❤️ Contributors

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

## v0.6.2

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

0 comments on commit c6a74f3

Please sign in to comment.