Skip to content

Commit 95f8ef1

Browse files
committed
chore(release): v0.9.5
1 parent c54412f commit 95f8ef1

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
11
# Changelog
22

33

4+
## v0.9.5
5+
6+
[compare changes](https://github.com/nuxt/scripts/compare/v0.9.4...v0.9.5)
7+
8+
### 🚀 Enhancements
9+
10+
- **googleMaps:** Language & region params ([#286](https://github.com/nuxt/scripts/pull/286))
11+
- Improved script warmup ([#302](https://github.com/nuxt/scripts/pull/302))
12+
13+
### 🩹 Fixes
14+
15+
- Avoid warming delayed script src ([357d02a](https://github.com/nuxt/scripts/commit/357d02a))
16+
- **stripe:** Prefer `@stripe/stripe-js` over `@types/stripe-v3` ([#300](https://github.com/nuxt/scripts/pull/300))
17+
- Optional Valibot schema ([#287](https://github.com/nuxt/scripts/pull/287))
18+
19+
### 📖 Documentation
20+
21+
- Fix typo/incomplete sentence ([#285](https://github.com/nuxt/scripts/pull/285))
22+
23+
### 🏡 Chore
24+
25+
- Type issue ([6490ce3](https://github.com/nuxt/scripts/commit/6490ce3))
26+
- Type issue ([0c5135c](https://github.com/nuxt/scripts/commit/0c5135c))
27+
- Playground for multi datalayers ([#173](https://github.com/nuxt/scripts/pull/173))
28+
- Test scripts ([1f7df13](https://github.com/nuxt/scripts/commit/1f7df13))
29+
- Broken ci ([c89380f](https://github.com/nuxt/scripts/commit/c89380f))
30+
- **devtools:** Fix deprecation ([29864f1](https://github.com/nuxt/scripts/commit/29864f1))
31+
- Bump deps & lint ([c54412f](https://github.com/nuxt/scripts/commit/c54412f))
32+
33+
### ❤️ Contributors
34+
35+
- Harlan ([@harlan-zw](http://github.com/harlan-zw))
36+
- Harlan Wilton ([@harlan-zw](http://github.com/harlan-zw))
37+
- Julien Huang ([@huang-julien](http://github.com/huang-julien))
38+
- Morgan-retex ([@morgan-retex](http://github.com/morgan-retex))
39+
- Stefano Bartoletti ([@stefanobartoletti](http://github.com/stefanobartoletti))
40+
441
## v0.9.4
542

643
[compare changes](https://github.com/nuxt/scripts/compare/v0.9.3...v0.9.4)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxt/scripts",
33
"type": "module",
4-
"version": "0.9.4",
4+
"version": "0.9.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)