Skip to content

Commit 71b9639

Browse files
chore(main): release 0.3.0 (#29)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9c47bd2 commit 71b9639

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/koki-develop/ghats/compare/v0.2.3...v0.3.0) (2025-04-01)
4+
5+
6+
### Features
7+
8+
* **run:** Support continue-on-error ([#32](https://github.com/koki-develop/ghats/issues/32)) ([9c47bd2](https://github.com/koki-develop/ghats/commit/9c47bd2bf0d0af7373aadf651b11f52304613265))
9+
* **run:** Support if ([#31](https://github.com/koki-develop/ghats/issues/31)) ([303912d](https://github.com/koki-develop/ghats/commit/303912d32cd245b768d35080e26fe1201802de29))
10+
* **run:** Support shell ([#30](https://github.com/koki-develop/ghats/issues/30)) ([603f57f](https://github.com/koki-develop/ghats/commit/603f57facb20c932d235037509da266c4e452d1c))
11+
* **run:** Support working-directory ([#28](https://github.com/koki-develop/ghats/issues/28)) ([b4879e0](https://github.com/koki-develop/ghats/commit/b4879e0b95ef54bf9be225454da6a979ea4f009b))
12+
313
## [0.2.3](https://github.com/koki-develop/ghats/compare/v0.2.2...v0.2.3) (2025-03-31)
414

515

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

0 commit comments

Comments
 (0)