Skip to content

Commit dc26f4f

Browse files
chore(release): 3.9.1 [skip ci]
## [3.9.1](v3.9.0...v3.9.1) (2026-01-09) ### Bug Fixes * make hooks exit early in non-cc-track projects and startup checks non-blocking ([#183](#183)) ([07c2748](07c2748))
1 parent 07c2748 commit dc26f4f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cc-track",
33
"description": "Task Review And Context Keeper: Keep your vibe coding on track",
4-
"version": "3.9.0",
4+
"version": "3.9.1",
55
"author": {
66
"name": "Craig",
77
"url": "https://github.com/cahaseler/cc-track"

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.9.1](https://github.com/cahaseler/cc-track/compare/v3.9.0...v3.9.1) (2026-01-09)
2+
3+
4+
### Bug Fixes
5+
6+
* make hooks exit early in non-cc-track projects and startup checks non-blocking ([#183](https://github.com/cahaseler/cc-track/issues/183)) ([07c2748](https://github.com/cahaseler/cc-track/commit/07c274854100fdcc95f9fe7d3c133661ffbd3264))
7+
18
# [3.9.0](https://github.com/cahaseler/cc-track/compare/v3.8.3...v3.9.0) (2026-01-09)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cc-track",
3-
"version": "3.9.0",
3+
"version": "3.9.1",
44
"description": "Task Review And Context Keeper: Keep your vibe coding on track",
55
"type": "module",
66
"repository": {

0 commit comments

Comments
 (0)