Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.1"
".": "0.9.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbench",
"version": "0.8.1",
"version": "0.9.0",
"private": true,
"type": "module",
"packageManager": "pnpm@11.5.2",
Expand Down