Skip to content

Commit ea3042b

Browse files
hbrooksclaude
andcommitted
chore: release 0.1.2
Bump version to 0.1.2 for the headless env-token auth work (#5, #6) and run-streaming spec alignment (#4) landed since v0.1.1. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 2334f8d commit ea3042b

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": "@ellipsis/cli",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Ellipsis agent CLI — drive the Ellipsis cloud from your terminal",
55
"license": "MIT",
66
"type": "module",

src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const VERSION = '0.1.1'
1+
export const VERSION = '0.1.2'
22

33
// The bare default; env (ELLIPSIS_API_BASE_URL / ELLIPSIS_API_BASE) and the
44
// config file take precedence and are layered in resolveApiBase() (config.ts).

0 commit comments

Comments
 (0)