Skip to content

Commit b7a539e

Browse files
committed
chore(release): v0.6.5
1 parent 09e3c2f commit b7a539e

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.6.5
5+
6+
[compare changes](https://github.com/nuxt/scripts/compare/v0.6.4...v0.6.5)
7+
8+
### 🚀 Enhancements
9+
10+
- **GA,GTM:** Configurable dataLayer name ([#163](https://github.com/nuxt/scripts/pull/163))
11+
12+
### 🩹 Fixes
13+
14+
- Fix google analytics category ([#156](https://github.com/nuxt/scripts/pull/156))
15+
- Use correct google analytics logo ([#172](https://github.com/nuxt/scripts/pull/172))
16+
- **TPC:** Use proper script keys ([c607d72](https://github.com/nuxt/scripts/commit/c607d72))
17+
- **TPC:** Broken schema integration ([ed115d8](https://github.com/nuxt/scripts/commit/ed115d8))
18+
- Disallow overriding registry key name ([2eedd4a](https://github.com/nuxt/scripts/commit/2eedd4a))
19+
- **devtools:** Support multiple of the same registry scripts ([8794d74](https://github.com/nuxt/scripts/commit/8794d74))
20+
- **ScriptYouTubePlayer:** Missing default slot ([#180](https://github.com/nuxt/scripts/pull/180))
21+
- **tpc:** Support customizing dataLayer variable ([09e3c2f](https://github.com/nuxt/scripts/commit/09e3c2f))
22+
23+
### 📖 Documentation
24+
25+
- Broken tutorial, put some `use` into `scriptOptions` ([#155](https://github.com/nuxt/scripts/pull/155))
26+
- Fix typo in js-confetti guide ([#162](https://github.com/nuxt/scripts/pull/162))
27+
- Fix typo in plausible analytics env var example ([#161](https://github.com/nuxt/scripts/pull/161))
28+
- Mention third-party-capital and aurora for tpc composables ([#159](https://github.com/nuxt/scripts/pull/159))
29+
- **GoogleMaps:** Added Places API to requirements of API key ([#168](https://github.com/nuxt/scripts/pull/168))
30+
31+
### 🏡 Chore
32+
33+
- Add tsconfig to scripts and remove unused ts-expect-error ([#158](https://github.com/nuxt/scripts/pull/158))
34+
- Add issue template ([669ed2a](https://github.com/nuxt/scripts/commit/669ed2a))
35+
- Push to discussion ([3c88385](https://github.com/nuxt/scripts/commit/3c88385))
36+
- Broken devtools when no scripts ([c355da4](https://github.com/nuxt/scripts/commit/c355da4))
37+
- **ci:** Add docs link in Issue template ([#178](https://github.com/nuxt/scripts/pull/178))
38+
- **github:** Prefer no titles ([97437c0](https://github.com/nuxt/scripts/commit/97437c0))
39+
40+
### ❤️ Contributors
41+
42+
- Julien Huang <[email protected]>
43+
44+
- Jules Hery
45+
- Gangan
46+
- Mick Lawitzke <[email protected]>
47+
- Jonty Brook <[email protected]>
48+
- Roman Nuritdinov <[email protected]>
49+
450
## v0.6.4
551

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

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