From a304cd348f1f42c8d4941378a64503577a04c386 Mon Sep 17 00:00:00 2001 From: Sin-Kang Date: Sat, 8 Aug 2026 18:28:21 +0900 Subject: [PATCH] docs: 0.6.1 republish so the npm page picks up the Svelte/Solid examples --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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" },