Skip to content

Commit 0db25c2

Browse files
chore(main): release 0.4.0 (#35)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 845d5c9 commit 0db25c2

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/koki-develop/ghats/compare/v0.3.0...v0.4.0) (2025-04-01)
4+
5+
6+
### Features
7+
8+
* **job:** Support concurrency ([#36](https://github.com/koki-develop/ghats/issues/36)) ([845d5c9](https://github.com/koki-develop/ghats/commit/845d5c9c0ed5eb7fe460d3550da2a86f21f79692))
9+
* **step:** Support timeout-minutes ([#34](https://github.com/koki-develop/ghats/issues/34)) ([0288bf0](https://github.com/koki-develop/ghats/commit/0288bf0c96979ba76343f78e13ec73fdabb8648d))
10+
11+
12+
### Bug Fixes
13+
14+
* **job:** Allow timeout-minutes to be specified as an expression ([#33](https://github.com/koki-develop/ghats/issues/33)) ([de24249](https://github.com/koki-develop/ghats/commit/de242491ae5c39304513e53917e1d11a7034c64b))
15+
* Organize Exports ([#37](https://github.com/koki-develop/ghats/issues/37)) ([a314e14](https://github.com/koki-develop/ghats/commit/a314e14afbfd52cfb85eae9721c6e69a023888c1))
16+
317
## [0.3.0](https://github.com/koki-develop/ghats/compare/v0.2.3...v0.3.0) (2025-04-01)
418

519

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

0 commit comments

Comments
 (0)