Skip to content
Merged
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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "@devslab/numkey",
"version": "0.6.0",
"version": "0.6.1",
"publishConfig": {
"access": "public"
},
Expand Down