We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57d1f7 commit 08c2d5dCopy full SHA for 08c2d5d
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@cbnsndwch/shannon",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "Manage isolated Claude Code configuration profiles — a zero-dependency TypeScript reimplementation of claude-code-profiles.",
5
"keywords": [
6
"CLAUDE_CONFIG_DIR",
src/commands.ts
@@ -26,7 +26,7 @@ import {
26
27
// Single-sourced against package.json by test/version.test.ts, so a release
28
// bump cannot ship a stale self-reported version on npm or the SEA binaries.
29
-export const VERSION = '0.1.1';
+export const VERSION = '0.1.2';
30
31
/** First tokens that mean "manage profiles" rather than "launch claude". */
32
const MANAGEMENT = new Set<string>([
0 commit comments