Skip to content

Commit edd0917

Browse files
chore(main): release 0.0.8 (#8)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d5ebb43 commit edd0917

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.0.8](https://github.com/koki-develop/ghats/compare/v0.0.7...v0.0.8) (2025-03-30)
4+
5+
6+
### Bug Fixes
7+
8+
* Add retry ([f8e77ff](https://github.com/koki-develop/ghats/commit/f8e77ff96fe42ab11bfd8d2806faeda0194336c8))
9+
* cache action.yml ([84cfade](https://github.com/koki-develop/ghats/commit/84cfade0e4afa3315e10d4b6a8d1241269887a1b))
10+
* fix ([13c58b9](https://github.com/koki-develop/ghats/commit/13c58b9617979537a4fb6ce70c911b54ffb3744e))
11+
* Implement Basic Features ([#9](https://github.com/koki-develop/ghats/issues/9)) ([c07aecc](https://github.com/koki-develop/ghats/commit/c07aecc01e45ad5b938fe823b8e4838a75fd7e44))
12+
* name -&gt; id ([d5ebb43](https://github.com/koki-develop/ghats/commit/d5ebb431e3b3c4ded2d2349651c2d2e2640a8f11))
13+
* Support name ([bf65af5](https://github.com/koki-develop/ghats/commit/bf65af5d26492dc91b01ff26c996c126eef253a7))
14+
* Use stepJSON ([57f9d01](https://github.com/koki-develop/ghats/commit/57f9d01fc7de7402b94ae8177e66d473d2303cb7))
15+
316
## [0.0.7](https://github.com/koki-develop/ghats/compare/v0.0.6...v0.0.7) (2025-03-30)
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.0.7",
4+
"version": "0.0.8",
55
"author": "koki-develop <[email protected]>",
66
"homepage": "https://github.com/koki-develop/ghats",
77
"repository": {

0 commit comments

Comments
 (0)