File tree 2 files changed +33
-1
lines changed
2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.9.0
5
+
6
+ [ compare changes] ( https://github.com/nuxt/scripts/compare/v0.8.5...v0.9.0 )
7
+
8
+ ### 🚀 Enhancements
9
+
10
+ - Allow fallback on bundle fail ([ #255 ] ( https://github.com/nuxt/scripts/pull/255 ) )
11
+
12
+ ### 🩹 Fixes
13
+
14
+ - ** adsense:** ⚠️ Remove default ` data-ad-format ` ([ #248 ] ( https://github.com/nuxt/scripts/pull/248 ) )
15
+ - Improved ` bundle: true ` debug and cache clearing ([ d269066] ( https://github.com/nuxt/scripts/commit/d269066 ) )
16
+ - ** metaPixel:** Use meta logo instead of facebook logo ([ #264 ] ( https://github.com/nuxt/scripts/pull/264 ) )
17
+ - Insert script src with ` app.baseURL ` ([ 52e1fcb] ( https://github.com/nuxt/scripts/commit/52e1fcb ) )
18
+
19
+ ### 🏡 Chore
20
+
21
+ - Broken type checking ([ 97a5218] ( https://github.com/nuxt/scripts/commit/97a5218 ) )
22
+ - Bump deps and lint ([ e73b4c6] ( https://github.com/nuxt/scripts/commit/e73b4c6 ) )
23
+ - Fix playground ([ 575c4dd] ( https://github.com/nuxt/scripts/commit/575c4dd ) )
24
+
25
+ #### ⚠️ Breaking Changes
26
+
27
+ - ** adsense:** ⚠️ Remove default ` data-ad-format ` ([ #248 ] ( https://github.com/nuxt/scripts/pull/248 ) )
28
+
29
+ ### ❤️ Contributors
30
+
31
+ - Harlan ([ @harlan-zw ] ( http://github.com/harlan-zw ) )
32
+ - 2nofa11 ([ @2nofa11 ] ( http://github.com/2nofa11 ) )
33
+ - Julien Huang ([ @huang-julien ] ( http://github.com/huang-julien ) )
34
+ - Asoka Wotulo ([ @asokawotulo ] ( http://github.com/asokawotulo ) )
35
+
4
36
## v0.8.5
5
37
6
38
[ compare changes] ( https://github.com/nuxt/scripts/compare/v0.8.4...v0.8.5 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/scripts" ,
3
3
"type" : " module" ,
4
- "version" : " 0.8.5 " ,
4
+ "version" : " 0.9.0 " ,
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