Skip to content

Commit d161d91

Browse files
chore(main): release 0.2.0 (#18)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1ccd5da commit d161d91

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.2.0](https://github.com/koki-develop/ghats/compare/v0.1.0...v0.2.0) (2025-03-30)
4+
5+
6+
### Features
7+
8+
* Support Workflow level `env:` ([#19](https://github.com/koki-develop/ghats/issues/19)) ([ee3ff6d](https://github.com/koki-develop/ghats/commit/ee3ff6df7b1d4f90fd32cc8c3025ceb1ed191d08))
9+
10+
11+
### Bug Fixes
12+
13+
* Added "none" to the Permission type definition ([16e9440](https://github.com/koki-develop/ghats/commit/16e944088017ca9d6d8a3831b6892dd200652dff))
14+
* Fixed workflow.permissions format ([4063f1b](https://github.com/koki-develop/ghats/commit/4063f1bee247d1237e16ca8d26c69a49ba5e5c1c))
15+
* Remove unnecessary fields from job json ([6d167e1](https://github.com/koki-develop/ghats/commit/6d167e18ab62841185802a759dd6995ef6ed366a))
16+
317
## [0.1.0](https://github.com/koki-develop/ghats/compare/v0.0.13...v0.1.0) (2025-03-30)
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.1.0",
4+
"version": "0.2.0",
55
"author": "koki-develop <kou.pg.0131@gmail.com>",
66
"homepage": "https://github.com/koki-develop/ghats",
77
"repository": {

0 commit comments

Comments
 (0)