diff --git a/CHANGELOG.md b/CHANGELOG.md index acda3f859..fda15a108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This project is pre-1.0. Breaking changes may appear in minor or patch releases ## Unreleased +## 0.0.18 - 2026-09-08 + ### Testing - Fixed a test-order-dependent flake in `canvasFormControls.test.tsx` — the test never asserted its own `canvasView: 'design'` precondition, so it silently inherited whatever state the previous test file left on the shared `useEditorStore` singleton. Same bug class as the one partially fixed for `canvasFrameMounting.test.tsx` in an earlier release; this time the test asserts its own precondition directly instead of relying on every other file's cleanup being complete. diff --git a/package.json b/package.json index 78fc3ed56..a344e3fe1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "instatic", "private": true, - "version": "0.0.16", + "version": "0.0.18", "engines": { "bun": ">=1.3.0 <1.4.0" },