Skip to content

Commit 211d511

Browse files
authored
v4.0.10 (#565)
1 parent f5b19fc commit 211d511

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [v4.0.10](https://github.com/Piebald-AI/tweakcc/releases/tag/v4.0.10) - 2026-02-27
11+
1012
- Fix React var and AGENTS.md patching 2.1.62 (#563) - @bl-ue
1113

1214
## [v4.0.9](https://github.com/Piebald-AI/tweakcc/releases/tag/v4.0.9) - 2026-02-25

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tweakcc",
3-
"version": "4.0.9",
3+
"version": "4.0.10",
44
"type": "module",
55
"description": "Command-line tool to customize your Claude Code theme colors, thinking verbs and more.",
66
"main": "dist/lib/index.mjs",

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const main = async () => {
158158
.description(
159159
'Command-line tool to customize your Claude Code theme colors, thinking verbs and more.'
160160
)
161-
.version('4.0.9')
161+
.version('4.0.10')
162162
.option('-d, --debug', 'enable debug mode')
163163
.option('-v, --verbose', 'enable verbose debug mode (includes diffs)')
164164
.option('--show-unchanged', 'show unchanged diffs (requires --verbose)')

src/patches/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ export const applyCustomization = async (
645645
fn: c =>
646646
writePatchesAppliedIndication(
647647
c,
648-
'4.0.9',
648+
'4.0.10',
649649
legacyItems,
650650
showTweakccVersion,
651651
showPatchesApplied

0 commit comments

Comments
 (0)