Skip to content

Commit 08c2d5d

Browse files
committed
chore(release): v0.1.2
1 parent b57d1f7 commit 08c2d5d

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.1",
3+
"version": "0.1.2",
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
@@ -26,7 +26,7 @@ import {
2626

2727
// Single-sourced against package.json by test/version.test.ts, so a release
2828
// bump cannot ship a stale self-reported version on npm or the SEA binaries.
29-
export const VERSION = '0.1.1';
29+
export const VERSION = '0.1.2';
3030

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

0 commit comments

Comments
 (0)