diff --git a/.changeset/bump-sightmap-0-26-0.md b/.changeset/bump-sightmap-0-26-0.md deleted file mode 100644 index 06b059a..0000000 --- a/.changeset/bump-sightmap-0-26-0.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@subtextdev/subtext-cli": patch ---- - -Update the bundled `github.com/sightmap/sightmap/go` library from v0.17.0 to v0.26.0. `sightmap upload` now parses `.sightmap/` corpora with the current loader and matcher — `$ref` expansion, view-scoped components, requests/messages/properties, and the newer route-matching semantics. No change to the CLI's own surface or flags. - -Also remove dead "For workflow guidance" skill links from `subtext tunnel --help` and the root help text — the referenced skill pages don't exist. The live tool listing shown in each namespace's `--help` remains the guidance. diff --git a/npm/CHANGELOG.md b/npm/CHANGELOG.md index f91fcc3..d1f59d9 100644 --- a/npm/CHANGELOG.md +++ b/npm/CHANGELOG.md @@ -1,5 +1,13 @@ # @subtextdev/subtext-cli +## 1.2.1 + +### Patch Changes + +- ca3c3f5: Update the bundled `github.com/sightmap/sightmap/go` library from v0.17.0 to v0.26.0. `sightmap upload` now parses `.sightmap/` corpora with the current loader and matcher — `$ref` expansion, view-scoped components, requests/messages/properties, and the newer route-matching semantics. No change to the CLI's own surface or flags. + + Also remove dead "For workflow guidance" skill links from `subtext tunnel --help` and the root help text — the referenced skill pages don't exist. The live tool listing shown in each namespace's `--help` remains the guidance. + ## 1.2.0 ### Minor Changes diff --git a/npm/package.json b/npm/package.json index dcf94ad..8c2ae77 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "@subtextdev/subtext-cli", - "version": "1.2.0", + "version": "1.2.1", "description": "Subtext CLI — drive the Subtext MCP server from your terminal", "license": "MIT", "homepage": "https://subtext.fullstory.com",