diff --git a/.changeset/refactor-attach-root-url-595.md b/.changeset/refactor-attach-root-url-595.md deleted file mode 100644 index 403889e..0000000 --- a/.changeset/refactor-attach-root-url-595.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ait-co/devtools": patch ---- - -디버그 대시보드 사용자 URL을 `/attach?u=` 에서 루트 `/`(server-state 렌더)로 수렴 (#595) — 주소창·히스토리에서 TOTP at=·tunnel host 노출 표면 제거. `/attach?u=` 라우트는 back-compat으로 유지. diff --git a/CHANGELOG.md b/CHANGELOG.md index 066984d..0d3ce9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.1.97 + +### Patch Changes + +- 62aeb96: 디버그 대시보드 사용자 URL을 `/attach?u=` 에서 루트 `/`(server-state 렌더)로 수렴 (#595) — 주소창·히스토리에서 TOTP at=·tunnel host 노출 표면 제거. `/attach?u=` 라우트는 back-compat으로 유지. + ## 0.1.96 ### Patch Changes diff --git a/package.json b/package.json index 89674c6..de327f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ait-co/devtools", - "version": "0.1.96", + "version": "0.1.97", "description": "Development tools for Apps in Toss mini-apps — mock SDK, floating devtools panel, and universal bundler plugin", "type": "module", "engines": {