Skip to content

Commit 78a3145

Browse files
committed
chore(release): v0.6.4
1 parent 4b94b5b commit 78a3145

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.6.4
5+
6+
[compare changes](https://github.com/nuxt/scripts/compare/v0.6.3...v0.6.4)
7+
8+
### 🚀 Enhancements
9+
10+
- Support manual script deduping ([#148](https://github.com/nuxt/scripts/pull/148))
11+
12+
### 🩹 Fixes
13+
14+
- **tpc:** Custom feature detection flags ([#113](https://github.com/nuxt/scripts/pull/113))
15+
- Allow `use` with npm scripts ([dfec3b4](https://github.com/nuxt/scripts/commit/dfec3b4))
16+
- Support explicit `scriptInput.src` override ([be2389f](https://github.com/nuxt/scripts/commit/be2389f))
17+
- Safer top level await checks ([#149](https://github.com/nuxt/scripts/pull/149))
18+
- Prefer module build-time tpc ([#153](https://github.com/nuxt/scripts/pull/153))
19+
20+
### 💅 Refactors
21+
22+
- **tpc:** Write only declaration files ([#151](https://github.com/nuxt/scripts/pull/151))
23+
24+
### 🏡 Chore
25+
26+
- Bump deps ([14d6c7f](https://github.com/nuxt/scripts/commit/14d6c7f))
27+
- Improve type api ([188fcf5](https://github.com/nuxt/scripts/commit/188fcf5))
28+
- Bump deps, maybe fix docs deployment ([0d6abed](https://github.com/nuxt/scripts/commit/0d6abed))
29+
- Maybe fix docs deployment ([7f21bc3](https://github.com/nuxt/scripts/commit/7f21bc3))
30+
31+
### ❤️ Contributors
32+
33+
- Harlan ([@harlan-zw](http://github.com/harlan-zw))
34+
- Harlan Wilton ([@harlan-zw](http://github.com/harlan-zw))
35+
- Julien Huang ([@huang-julien](http://github.com/huang-julien))
36+
437
## v0.6.3
538

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

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