Skip to content

Commit 57be834

Browse files
committed
chore: release v0.9.5
1 parent 6c4cfb8 commit 57be834

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# Changelog
2+
[Compare changes](https://github.com/stacksjs/buddy-bot/compare/v0.9.4...v0.9.5)
3+
4+
### 🧹 Chores
5+
6+
- release v0.9.5 ([fa04837](https://github.com/stacksjs/buddy-bot/commit/fa04837))
7+
- adjust release script ([6c4cfb8](https://github.com/stacksjs/buddy-bot/commit/6c4cfb8))
8+
- minify build ([a0c6976](https://github.com/stacksjs/buddy-bot/commit/a0c6976))
9+
- wip ([fa15aad](https://github.com/stacksjs/buddy-bot/commit/fa15aad))
10+
11+
### Contributors
12+
13+
14+
215
[Compare changes](https://github.com/stacksjs/buddy-bot/compare/v0.9.3...HEAD)
316

417
### 🧹 Chores

bun.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@
1111
"ts-pkgx": "0.4.52",
1212
},
1313
"devDependencies": {
14-
"@stacksjs/bumpx": "^0.1.61",
14+
"@stacksjs/bumpx": "^0.1.78",
1515
"@stacksjs/docs": "^0.70.23",
1616
"@stacksjs/eslint-config": "^4.14.0-beta.3",
1717
"@stacksjs/gitlint": "^0.1.5",
18-
"@stacksjs/logsmith": "^0.1.18",
1918
"@types/bun": "^1.2.21",
2019
"bun-git-hooks": "^0.2.19",
2120
"bun-plugin-dtsx": "0.9.5",
@@ -501,7 +500,7 @@
501500

502501
"@sindresorhus/is": ["@sindresorhus/[email protected]", "", {}, "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw=="],
503502

504-
"@stacksjs/bumpx": ["@stacksjs/[email protected].61", "", { "dependencies": { "@stacksjs/clapp": "^0.1.16", "@stacksjs/logsmith": "^0.1.15", "bunfig": "^0.14.1" }, "bin": { "bumpx": "dist/bin/cli.js" } }, "sha512-rkI1CWuIdtnFtnI8v2VXczVTjuCAjgrpYWYz/pQTkFrAnR8Aacy4QajJPVYrApmfflPDzGpn41/jKUei1pP4+w=="],
503+
"@stacksjs/bumpx": ["@stacksjs/[email protected].78", "", { "dependencies": { "@stacksjs/clapp": "^0.1.16", "@stacksjs/logsmith": "^0.1.15", "bunfig": "^0.14.1" }, "bin": { "bumpx": "dist/bin/cli.js" } }, "sha512-lLPd3vQSk3H6s60s7TtJiopmykVCJ0ZSU2C5zRPaHDbdL7XZv1+PBCPOMDxfO04xOZsX3NmCZumHz511kVqFqg=="],
505504

506505
"@stacksjs/clapp": ["@stacksjs/[email protected]", "", { "bin": { "clapp": "dist/bin/cli.js", "@stacksjs/clapp": "dist/bin/cli.js" } }, "sha512-BDmYu9Rk/HHIVc4vQjgQO6MzXNMJvPG6ZGiiEAPQT8EAidx3/6S6O7kyY2UdfJSksiCd5SKFK+WYd1uAs88BrQ=="],
507506

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "buddy-bot",
33
"type": "module",
4-
"version": "0.9.4",
4+
"version": "0.9.5",
55
"description": "Automated & optimized dependency updates for JavaScript & TypeScript projects. Like Renovate & Dependabot.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",
@@ -51,7 +51,7 @@
5151
"lint:fix": "bunx --bun eslint . --fix",
5252
"changelog": "bunx logsmith --verbose",
5353
"changelog:generate": "bunx logsmith --output CHANGELOG.md",
54-
"release": "bunx bumpx -r --all",
54+
"release": "bunx --bun bumpx -r --all",
5555
"postinstall": "bunx git-hooks",
5656
"typecheck": "bunx tsc --noEmit",
5757
"dev:docs": "bun --bun vitepress dev docs",
@@ -66,11 +66,10 @@
6666
"ts-pkgx": "0.4.52"
6767
},
6868
"devDependencies": {
69-
"@stacksjs/bumpx": "^0.1.61",
69+
"@stacksjs/bumpx": "^0.1.78",
7070
"@stacksjs/docs": "^0.70.23",
7171
"@stacksjs/eslint-config": "^4.14.0-beta.3",
7272
"@stacksjs/gitlint": "^0.1.5",
73-
"@stacksjs/logsmith": "^0.1.18",
7473
"@types/bun": "^1.2.21",
7574
"bun-git-hooks": "^0.2.19",
7675
"bun-plugin-dtsx": "0.9.5",

0 commit comments

Comments
 (0)