diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d5a88d..50fe460 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.6.1 (2026-08-08) + +Docs-only republish — no code changes. Runnable `examples/svelte` and +`examples/solid` and their StackBlitz try-online links now appear on the npm +page, so the framework list there matches what 0.5.0 actually shipped. +/ 문서 재배포 — 코드 무변경. Svelte·Solid 예제와 원클릭 실행 링크가 npm +페이지에 반영됩니다. + ## 0.6.0 (2026-08-08) ### Added diff --git a/package.json b/package.json index 71f9e74..4d21668 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devslab/numkey", - "version": "0.6.0", + "version": "0.6.1", "publishConfig": { "access": "public" },