Skip to content

Commit c6a74f3

Browse files
committed
chore(release): v0.6.3
1 parent ce084bf commit c6a74f3

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.6.3
5+
6+
[compare changes](https://github.com/nuxt/scripts/compare/v0.6.2...v0.6.3)
7+
8+
### 🩹 Fixes
9+
10+
- **tpc:** Annotate return type of tpc composables ([#141](https://github.com/nuxt/scripts/pull/141))
11+
- **tpc:** Directly push tpc composables into registry ([#139](https://github.com/nuxt/scripts/pull/139))
12+
- **tpc:** Use mlly to resolve third-party-capital ([#138](https://github.com/nuxt/scripts/pull/138))
13+
14+
### 🏡 Chore
15+
16+
- Bump deps ([ce084bf](https://github.com/nuxt/scripts/commit/ce084bf))
17+
18+
### ❤️ Contributors
19+
20+
- Harlan ([@harlan-zw](http://github.com/harlan-zw))
21+
- Julien Huang ([@huang-julien](http://github.com/huang-julien))
22+
423
## v0.6.2
524

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

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