Skip to content

Commit fbd29b7

Browse files
chore(main): release 0.10.0 (#97)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ee45125 commit fbd29b7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.10.0](https://github.com/koki-develop/ghats/compare/v0.9.4...v0.10.0) (2025-05-04)
4+
5+
6+
### Features
7+
8+
* Add models permission ([#95](https://github.com/koki-develop/ghats/issues/95)) ([17217e7](https://github.com/koki-develop/ghats/commit/17217e7d1ef12d474673c4ed8325b71095effd64))
9+
10+
11+
### Bug Fixes
12+
13+
* id-token permission allows only `write`/`none` ([#96](https://github.com/koki-develop/ghats/issues/96)) ([ee45125](https://github.com/koki-develop/ghats/commit/ee4512584460c5f9bcb8c3a65905b747181fd358))
14+
315
## [0.9.4](https://github.com/koki-develop/ghats/compare/v0.9.3...v0.9.4) (2025-05-04)
416

517

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

0 commit comments

Comments
 (0)