Skip to content

Commit 6b16781

Browse files
committed
chore: release v0.8.0
1 parent 9fc23e2 commit 6b16781

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,6 +1,25 @@
11
# Changelog
22

33

4+
## v0.7.13...main
5+
6+
[compare changes](https://github.com/stacksjs/buddy-bot/compare/v0.7.13...main)
7+
8+
### 🚀 Enhancements
9+
10+
- Add `cleanup` & `list-branches` ([922ce2b](https://github.com/stacksjs/buddy-bot/commit/922ce2b))
11+
- Auto clean up stale branches ([910502c](https://github.com/stacksjs/buddy-bot/commit/910502c))
12+
- Auto close prs that have been ignored ([88f690e](https://github.com/stacksjs/buddy-bot/commit/88f690e))
13+
14+
### 🏡 Chore
15+
16+
- Test ([ec20bfa](https://github.com/stacksjs/buddy-bot/commit/ec20bfa))
17+
- Adjust tests ([9fc23e2](https://github.com/stacksjs/buddy-bot/commit/9fc23e2))
18+
19+
### ❤️ Contributors
20+
21+
- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))
22+
423
## v0.7.12...main
524

625
[compare changes](https://github.com/stacksjs/buddy-bot/compare/v0.7.12...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.7.13",
4+
"version": "0.8.0",
55
"description": "The Stacks CLI.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)