From d2a58064f2ba23d2d5ee4bb8cd77d5e042da9d0d Mon Sep 17 00:00:00 2001 From: "itarun.p" Date: Sat, 22 Aug 2026 21:51:31 +0700 Subject: [PATCH] chore(release): 0.39.53 Version bump for the fable/mythos canary pricing fix (#187, merged in #188). Updates the version-lockstep test's hardcoded package.json expectation in step. npm publish --dry-run verified: 174 files, tarball ok. --- package-lock.json | 4 ++-- package.json | 2 +- test/web-only-product-scope.test.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb5699ef..7b4e7407 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipv9/tokentracker-cli", - "version": "0.39.52", + "version": "0.39.53", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ipv9/tokentracker-cli", - "version": "0.39.52", + "version": "0.39.53", "license": "MIT", "dependencies": { "@mongodb-js/zstd": "^2.0.1", diff --git a/package.json b/package.json index 2129329c..69ae55d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ipv9/tokentracker-cli", - "version": "0.39.52", + "version": "0.39.53", "description": "Local-first token and cost dashboard for 22 AI coding tools, including Claude Code, Codex, Cursor, Gemini, Kiro, OpenCode, OpenClaw, Copilot, Antigravity, Zed, and Goose.", "main": "src/cli.js", "bin": { diff --git a/test/web-only-product-scope.test.js b/test/web-only-product-scope.test.js index dbac4851..b32975a8 100644 --- a/test/web-only-product-scope.test.js +++ b/test/web-only-product-scope.test.js @@ -22,7 +22,7 @@ test("active product authority is localhost browser plus CLI backend only", () = test("npm is the only active release path", () => { const pkg = JSON.parse(read("package.json")); - assert.equal(pkg.version, "0.39.52"); + assert.equal(pkg.version, "0.39.53"); assert.equal(pkg.scripts.version, undefined); assert.equal(pkg.scripts["validate:version-lockstep"], undefined); assert.doesNotMatch(pkg.scripts["ci:local"], /version-lockstep/);