Skip to content

Commit 45db64c

Browse files
chore(main): release 0.2.1 (#21)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 10035b9 commit 45db64c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [0.2.1](https://github.com/koki-develop/ghats/compare/v0.2.0...v0.2.1) (2025-03-31)
4+
5+
6+
### Bug Fixes
7+
8+
* Add explicitly null checks ([#22](https://github.com/koki-develop/ghats/issues/22)) ([10035b9](https://github.com/koki-develop/ghats/commit/10035b9fd76eee512d3972fb563099d7c3bae014))
9+
* Fixed an issue where cancel-in-progress was omitted ([71bf3ba](https://github.com/koki-develop/ghats/commit/71bf3bac960dc5558ad41b540abe6a2c71a4e6eb))
10+
311
## [0.2.0](https://github.com/koki-develop/ghats/compare/v0.1.0...v0.2.0) (2025-03-30)
412

513

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.0",
4+
"version": "0.2.1",
55
"author": "koki-develop <kou.pg.0131@gmail.com>",
66
"homepage": "https://github.com/koki-develop/ghats",
77
"repository": {

0 commit comments

Comments
 (0)