File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.11.5
4
+
5
+ [ compare changes] ( https://github.com/nuxt/scripts/compare/v0.11.5...main )
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - ** snapchatPixel:** Broken option merging when mocked ([ 49f7dff] ( https://github.com/nuxt/scripts/commit/49f7dff ) )
10
+ - ** bundling:** Avoid bundling scripts that are missing options ([ e4b4032] ( https://github.com/nuxt/scripts/commit/e4b4032 ) )
11
+ - ** clarity:** Proxying broken once clarity loads ([ 8469df9] ( https://github.com/nuxt/scripts/commit/8469df9 ) )
12
+
13
+ ### 🏡 Chore
14
+
15
+ - Bump deps ([ 213619e] ( https://github.com/nuxt/scripts/commit/213619e ) )
16
+ - Maybe fix typecheck ([ d4d8f31] ( https://github.com/nuxt/scripts/commit/d4d8f31 ) )
17
+ - Update release script ([ e75bdaf] ( https://github.com/nuxt/scripts/commit/e75bdaf ) )
18
+
19
+ ### ❤️ Contributors
20
+
21
+ - Harlan Wilton ([ @harlan-zw ] ( https://github.com/harlan-zw ) )
3
22
4
23
## v0.9.7
5
24
Original file line number Diff line number Diff line change 49
49
"dev:prepare" : " nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground" ,
50
50
"typecheck" : " vue-tsc --noEmit" ,
51
51
"bump" : " bumpp package.json --commit --push --tag" ,
52
- "release" : " pnpm build && bumpp -x \" npx changelogen --output=CHANGELOG.log \" && pnpm publish" ,
52
+ "release" : " pnpm build && bumpp -x \" npx changelogen --output=CHANGELOG.md \" && pnpm publish" ,
53
53
"lint" : " eslint ." ,
54
54
"lint:fix" : " eslint . --fix" ,
55
55
"test" : " pnpm dev:prepare && vitest --run --exclude **/__runtime__ && pnpm test:runtime" ,
You can’t perform that action at this time.
0 commit comments