Skip to content

Commit fdb609a

Browse files
chore(main): release 0.9.1 (#70)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 872b882 commit fdb609a

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.9.1](https://github.com/koki-develop/ghats/compare/v0.9.0...v0.9.1) (2025-04-19)
4+
5+
6+
### Bug Fixes
7+
8+
* add check for default export ([4b4ee04](https://github.com/koki-develop/ghats/commit/4b4ee04ffaff1394b103ec23e438ad5d92068827))
9+
* **deps:** update dependency octokit to v4.1.3 ([#69](https://github.com/koki-develop/ghats/issues/69)) ([d61b417](https://github.com/koki-develop/ghats/commit/d61b417fabc8f5ada52c9eaca5e8d62b47a56d7e))
10+
311
## [0.9.0](https://github.com/koki-develop/ghats/compare/v0.8.2...v0.9.0) (2025-04-05)
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.9.0",
4+
"version": "0.9.1",
55
"author": "koki-develop <[email protected]>",
66
"homepage": "https://github.com/koki-develop/ghats",
77
"repository": {

0 commit comments

Comments
 (0)