Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.3.2 - 2026-05-28


### 🐛 Bug Fixes

- Isolate git commands from hook env (#27)


## 0.3.1 - 2026-05-18


Expand Down Expand Up @@ -148,6 +156,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix e2e


[0.3.2]: https://github.com///compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com///compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com///compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com///compare/v0.2.0...v0.2.1
Expand Down
11 changes: 2 additions & 9 deletions RELEASE_BODY.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
## 0.3.1 - 2026-05-18
## 0.3.2 - 2026-05-28


### 🐛 Bug Fixes

- Homebrew tap

- Pull and push operations


### 🔧 CI/CD

- Lint error
- Isolate git commands from hook env (#27)
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.3.2 - 2026-05-28


### 🐛 Bug Fixes

- Isolate git commands from hook env (#27)

## 0.3.1 - 2026-05-18


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"lint": "bun run format \u0026\u0026 bunx oxlint --no-error-on-unmatched-pattern '**/*.{ts,tsx,js,jsx,mjs,cjs}'",
"prepare": "husky"
},
"version": "0.3.1"
"version": "0.3.2"
}
Loading