Skip to content

Commit 27e4861

Browse files
committed
chore: release v0.9.3
1 parent 6c95cc5 commit 27e4861

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
[Compare changes](https://github.com/stacksjs/buddy-bot/compare/v0.9.2...HEAD)
3+
4+
### Contributors
5+
6+
7+
28
[Compare changes](https://github.com/stacksjs/buddy-bot/compare/v0.9.1...HEAD)
39

410
### Contributors

package.json

Lines changed: 2 additions & 2 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.2",
4+
"version": "0.9.3",
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": "bun run changelog:generate && bunx bumpx -r --push",
54+
"release": "bun run changelog:generate && bunx bumpx -r --commit --tag --push",
5555
"postinstall": "bunx git-hooks",
5656
"typecheck": "bunx tsc --noEmit",
5757
"dev:docs": "bun --bun vitepress dev docs",

0 commit comments

Comments
 (0)