Skip to content

Commit a1c7235

Browse files
chore(main): release 0.7.0 (#49)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c8df6e3 commit a1c7235

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.7.0](https://github.com/koki-develop/ghats/compare/v0.6.0...v0.7.0) (2025-04-02)
4+
5+
6+
### Features
7+
8+
* **job:** Support container ([#48](https://github.com/koki-develop/ghats/issues/48)) ([e8700af](https://github.com/koki-develop/ghats/commit/e8700afb4b1a75b363a7f37a088bd4174d59ab44))
9+
* **job:** Support reusable workflow call ([#51](https://github.com/koki-develop/ghats/issues/51)) ([2135308](https://github.com/koki-develop/ghats/commit/2135308530e8ad8f2f760b2d6385d730c5925273))
10+
* **job:** Support services ([#50](https://github.com/koki-develop/ghats/issues/50)) ([e9d2eeb](https://github.com/koki-develop/ghats/commit/e9d2eeb0d68abcb1edc4c70c15e2db017aa74420))
11+
12+
13+
### Bug Fixes
14+
15+
* **job:** Fix runsOn type ([#52](https://github.com/koki-develop/ghats/issues/52)) ([c8df6e3](https://github.com/koki-develop/ghats/commit/c8df6e338a4074a1e286cc13ddb912fd4261224a))
16+
317
## [0.6.0](https://github.com/koki-develop/ghats/compare/v0.5.0...v0.6.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.6.0",
4+
"version": "0.7.0",
55
"author": "koki-develop <[email protected]>",
66
"homepage": "https://github.com/koki-develop/ghats",
77
"repository": {

0 commit comments

Comments
 (0)