diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 02f17d9..76d5538 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.1" + ".": "0.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index edabab0..4da941b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.0](https://github.com/Blaise1030/workbench-cli/compare/v0.8.1...v0.9.0) (2026-06-17) + + +### Features + +* LAN mode with rotating single-use 30s invite tokens ([813d324](https://github.com/Blaise1030/workbench-cli/commit/813d324667b9400c7320cfb18105d062a1cb71ef)) +* **lan:** add rotating single-use invite tokens for secure LAN access (30s) ([b022f39](https://github.com/Blaise1030/workbench-cli/commit/b022f3923a075269ef3c616b80790776cac9920c)) + ## [0.8.1](https://github.com/Blaise1030/workbench-cli/compare/v0.8.0...v0.8.1) (2026-06-17) diff --git a/package.json b/package.json index 7a815c4..a9586aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workbench", - "version": "0.8.1", + "version": "0.9.0", "private": true, "type": "module", "packageManager": "pnpm@11.5.2",