File tree 2 files changed +38
-1
lines changed
2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
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
+
4
41
## v0.9.4
5
42
6
43
[ compare changes] ( https://github.com/nuxt/scripts/compare/v0.9.3...v0.9.4 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/scripts" ,
3
3
"type" : " module" ,
4
- "version" : " 0.9.4 " ,
4
+ "version" : " 0.9.5 " ,
5
5
"packageManager" :
" [email protected] " ,
6
6
"description" : " Load third-party scripts with better performance, privacy and DX in Nuxt Apps." ,
7
7
"author" : {
You can’t perform that action at this time.
0 commit comments