File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33
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+
436## v0.8.5
537
638[ compare changes] ( https://github.com/nuxt/scripts/compare/v0.8.4...v0.8.5 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @nuxt/scripts" ,
33 "type" : " module" ,
4- "version" : " 0.8.5 " ,
4+ "version" : " 0.9.0 " ,
55 "packageManager" :
" [email protected] " ,
66 "description" : " Load third-party scripts with better performance, privacy and DX in Nuxt Apps." ,
77 "author" : {
You can’t perform that action at this time.
0 commit comments