We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6924f8 commit 350b763Copy full SHA for 350b763
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.2.2](https://github.com/koki-develop/ghats/compare/v0.2.1...v0.2.2) (2025-03-31)
4
+
5
6
+### Bug Fixes
7
8
+* Removed camel case conversion for event names ([e6924f8](https://github.com/koki-develop/ghats/commit/e6924f88ee4e648607ca5ab0023e0edef3d16dd2))
9
10
## [0.2.1](https://github.com/koki-develop/ghats/compare/v0.2.0...v0.2.1) (2025-03-31)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "ghats",
"description": "GitHub Actions with TypeScript",
- "version": "0.2.1",
+ "version": "0.2.2",
"author": "koki-develop <kou.pg.0131@gmail.com>",
"homepage": "https://github.com/koki-develop/ghats",
"repository": {
0 commit comments