diff --git a/changelog.md b/changelog.md index 89cfe99..d183198 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-02-20 - 2.0.1 - fix(catalog) +no changes detected + +- No files changed in the diff +- package.json version remains 2.0.0 + ## 2026-02-20 - 2.0.0 - BREAKING CHANGE(elements) rename Onebox registry component to Registry Advertisement (sz-registry-onebox-view → sz-registry-advertisement) and update exports, demos and docs diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 0c6d972..79f051a 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/catalog', - version: '2.0.0', + version: '2.0.1', description: 'UI component catalog for serve.zone' }