Skip to content

Commit 6269b96

Browse files
committed
chore(release): cut v0.6.1
1 parent 6813527 commit 6269b96

5 files changed

Lines changed: 10 additions & 1 deletion

.releases/unreleased/20260214203500-add-control-k-page-search.md renamed to .releases/released/v0.7.0/20260214203500-add-control-k-page-search.md

File renamed without changes.

.releases/unreleased/20260214205500-add-ctrl-i-inventory-preview.md renamed to .releases/released/v0.7.0/20260214205500-add-ctrl-i-inventory-preview.md

File renamed without changes.

.releases/unreleased/20260214210500-fix-web-readiness-proxy-and-audio-unlock.md renamed to .releases/released/v0.7.0/20260214210500-fix-web-readiness-proxy-and-audio-unlock.md

File renamed without changes.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,12 @@ All notable changes to CorpSim are documented in this file.
133133
- [api] Reset maintenance state after worker integration tests to prevent cross-suite 503s
134134
- [ci] Harden Prisma generate against Windows file locks in dev workflows
135135
- [ci] Prevent Prisma no-engine fallback from breaking local DATABASE_URL runtime
136+
137+
## 0.6.1 - 2026-02-14
138+
139+
### Minor
140+
- [web] Add Ctrl+K page search with extensible keyboard control manager
141+
142+
### Patch
143+
- [web] Add Ctrl+I inventory preview overlay for quick stock checks
144+
- [web] Fix production readiness proxy and reduce AudioContext unlock warnings

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "corpsim",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"private": true,
55
"workspaces": [
66
"apps/*",

0 commit comments

Comments
 (0)