Skip to content

Commit 5d1403e

Browse files
committed
chore: bump changelog
1 parent 463be7c commit 5d1403e

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
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",

0 commit comments

Comments
 (0)