Skip to content

Commit 6a9bc6c

Browse files
chore(main): release 0.9.0 (#65)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fd5a0c9 commit 6a9bc6c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.9.0](https://github.com/koki-develop/ghats/compare/v0.8.2...v0.9.0) (2025-04-05)
4+
5+
6+
### Features
7+
8+
* Implement `cache clear` command ([#66](https://github.com/koki-develop/ghats/issues/66)) ([1b5843f](https://github.com/koki-develop/ghats/commit/1b5843f689f223c37eb591befd00d98b55b4e539))
9+
* Improve fail progress message ([#64](https://github.com/koki-develop/ghats/issues/64)) ([7574e23](https://github.com/koki-develop/ghats/commit/7574e2370b6a0322367202fcc341bc461b7954ab))
10+
11+
12+
### Bug Fixes
13+
14+
* Disable octokit throttle ([a7441e6](https://github.com/koki-develop/ghats/commit/a7441e67aa7344991fcbcea302968415b237d16b))
15+
316
## [0.8.2](https://github.com/koki-develop/ghats/compare/v0.8.1...v0.8.2) (2025-04-03)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ghats",
33
"description": "GitHub Actions with TypeScript",
4-
"version": "0.8.2",
4+
"version": "0.9.0",
55
"author": "koki-develop <[email protected]>",
66
"homepage": "https://github.com/koki-develop/ghats",
77
"repository": {

0 commit comments

Comments
 (0)