diff --git a/CHANGELOG.md b/CHANGELOG.md index 55a2081..553f546 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.10.3](https://github.com/koki-develop/ghats/compare/v0.10.2...v0.10.3) (2025-08-31) + + +### Bug Fixes + +* **deps:** update dependency octokit to v4.1.4 ([#122](https://github.com/koki-develop/ghats/issues/122)) ([e52e064](https://github.com/koki-develop/ghats/commit/e52e064b7482bcc5a28103f4a9cbb7af3ce2e53d)) +* **deps:** update dependency yaml to v2.8.1 ([#124](https://github.com/koki-develop/ghats/issues/124)) ([b655177](https://github.com/koki-develop/ghats/commit/b65517795f7129e39ccaa2a089fe2c3383667898)) + ## [0.10.2](https://github.com/koki-develop/ghats/compare/v0.10.1...v0.10.2) (2025-08-29) diff --git a/package.json b/package.json index c96a566..ccc68dc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ghats", "description": "GitHub Actions with TypeScript", - "version": "0.10.2", + "version": "0.10.3", "author": "koki-develop ", "homepage": "https://github.com/koki-develop/ghats", "repository": {