Skip to content

Commit 45df3ea

Browse files
committed
chore(main): release 1.6.0
1 parent 7f1100e commit 45df3ea

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.0"
2+
".": "1.6.0"
33
}

CHANGELOG.md

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

3+
## [1.6.0](https://github.com/alex-feel/claude-code-toolbox/compare/v1.5.0...v1.6.0) (2025-09-03)
4+
5+
6+
### Features
7+
8+
* refactor hooks configuration to use separate files and events sections ([691304a](https://github.com/alex-feel/claude-code-toolbox/commit/691304af4eee820435c208ad694f9d9acb2a615c))
9+
* use additional-settings.json for environment-specific hooks ([8d1a746](https://github.com/alex-feel/claude-code-toolbox/commit/8d1a7467c9c13d3028f3ed89415464ea93937dce))
10+
11+
12+
### Bug Fixes
13+
14+
* make hooks cross-platform compatible ([fdc9540](https://github.com/alex-feel/claude-code-toolbox/commit/fdc9540d85e30594345dee7efcf23b4de0595281))
15+
* resolve hook execution in Windows shells ([54d4f44](https://github.com/alex-feel/claude-code-toolbox/commit/54d4f4448d76bc90b3331d78c5e37464e04cb2fb))
16+
* use forward slashes in hook paths to avoid JSON escaping issues ([7b0ed27](https://github.com/alex-feel/claude-code-toolbox/commit/7b0ed2778e817c15975f4df8df6bcebeb05f6629))
17+
318
## [1.5.0](https://github.com/alex-feel/claude-code-toolbox/compare/v1.4.2...v1.5.0) (2025-09-03)
419

520

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.6.0

0 commit comments

Comments
 (0)