Skip to content

Commit 65f9793

Browse files
committed
chore: release v0.5.24
1 parent 457c43d commit 65f9793

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Changelog
22

33

4+
## v0.5.23...main
5+
6+
[compare changes](https://github.com/stacksjs/buddy-bot/compare/v0.5.23...main)
7+
8+
### 🩹 Fixes
9+
10+
- Prevent package name cross-contamination with word boundaries ([457c43d](https://github.com/stacksjs/buddy-bot/commit/457c43d))
11+
12+
### 🏡 Chore
13+
14+
- Lint ([14de83e](https://github.com/stacksjs/buddy-bot/commit/14de83e))
15+
- Remove unused job ([4cad5c2](https://github.com/stacksjs/buddy-bot/commit/4cad5c2))
16+
17+
### ✅ Tests
18+
19+
- Add comprehensive tests for formatVersionChange method ([362cc90](https://github.com/stacksjs/buddy-bot/commit/362cc90))
20+
21+
### ❤️ Contributors
22+
23+
- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))
24+
425
## v0.5.22...main
526

627
[compare changes](https://github.com/stacksjs/buddy-bot/compare/v0.5.22...main)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "buddy-bot",
33
"type": "module",
4-
"version": "0.5.23",
4+
"version": "0.5.24",
55
"description": "The Stacks CLI.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)