File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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 ) )
322
423## v0.9.7
524
Original file line number Diff line number Diff line change 4949 "dev:prepare" : " nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground" ,
5050 "typecheck" : " vue-tsc --noEmit" ,
5151 "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" ,
5353 "lint" : " eslint ." ,
5454 "lint:fix" : " eslint . --fix" ,
5555 "test" : " pnpm dev:prepare && vitest --run --exclude **/__runtime__ && pnpm test:runtime" ,
You can’t perform that action at this time.
0 commit comments