Skip to content

Commit f4333ba

Browse files
committed
chore(release): v0.1.3
1 parent 555c651 commit f4333ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cbnsndwch/shannon",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Manage isolated Claude Code configuration profiles — a zero-dependency TypeScript reimplementation of claude-code-profiles.",
55
"keywords": [
66
"CLAUDE_CONFIG_DIR",

src/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import { bold, cyan, dim, green, yellow } from './core/style.js';
4040

4141
// Single-sourced against package.json by test/version.test.ts, so a release
4242
// bump cannot ship a stale self-reported version on npm or the SEA binaries.
43-
export const VERSION = '0.1.2';
43+
export const VERSION = '0.1.3';
4444

4545
/** First tokens that mean "manage profiles" rather than "launch claude". */
4646
const MANAGEMENT = new Set<string>([

0 commit comments

Comments
 (0)