Skip to content

Commit 5baf6a7

Browse files
chore(main): release 0.8.0 (#56)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 55a4e71 commit 5baf6a7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## [0.8.0](https://github.com/koki-develop/ghats/compare/v0.7.0...v0.8.0) (2025-04-03)
4+
5+
6+
### Features
7+
8+
* Implement `build` UI ([#55](https://github.com/koki-develop/ghats/issues/55)) ([ef67413](https://github.com/koki-develop/ghats/commit/ef6741362fb5a50e2b64c49de2a2c09f6fbc5b8a))
9+
* Implement install ui ([#59](https://github.com/koki-develop/ghats/issues/59)) ([05bf29f](https://github.com/koki-develop/ghats/commit/05bf29f3a7f898579399b9d36817e294c7bd691f))
10+
11+
12+
### Bug Fixes
13+
14+
* fix ([95c4b62](https://github.com/koki-develop/ghats/commit/95c4b62ae7b050783c11ca5c2d877803fc586b7e))
15+
* Fix build UI ([#58](https://github.com/koki-develop/ghats/issues/58)) ([55915c1](https://github.com/koki-develop/ghats/commit/55915c16ce11019db07536a38a12f1779201c3fa))
16+
* Locked sha is now given priority ([ccbc653](https://github.com/koki-develop/ghats/commit/ccbc65311cb979be7880bb116268d9604f92b894))
17+
318
## [0.7.0](https://github.com/koki-develop/ghats/compare/v0.6.0...v0.7.0) (2025-04-02)
419

520

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.7.0",
4+
"version": "0.8.0",
55
"author": "koki-develop <[email protected]>",
66
"homepage": "https://github.com/koki-develop/ghats",
77
"repository": {

0 commit comments

Comments
 (0)