diff --git a/.changeset/poweredby-link-toggle.md b/.changeset/poweredby-link-toggle.md deleted file mode 100644 index a14edf2..0000000 --- a/.changeset/poweredby-link-toggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smooai/chat-widget': patch ---- - -The "powered by smooth-operator" tag (full-page header) and footer now link to the smooth-operator GitHub repo (opens in a new tab). Added a `hide-branding` element attribute (`hideBranding` config key) to hide the branding in both render paths; branding is shown by default. The "Restore my chats" footer affordance is preserved independently of the toggle. diff --git a/CHANGELOG.md b/CHANGELOG.md index b53fbae..3903669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.10.2 + +### Patch Changes + +- 4b55dfe: The "powered by smooth-operator" tag (full-page header) and footer now link to the smooth-operator GitHub repo (opens in a new tab). Added a `hide-branding` element attribute (`hideBranding` config key) to hide the branding in both render paths; branding is shown by default. The "Restore my chats" footer affordance is preserved independently of the toggle. + ## 0.10.1 ### Patch Changes diff --git a/package.json b/package.json index ab51925..8366977 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smooai/chat-widget", - "version": "0.10.1", + "version": "0.10.2", "description": "Embeddable AI chat as a framework-light web component — the Aurora Glass design, streaming replies, grounded sources, and per-brand theming. Speaks the smooth-operator WebSocket protocol.", "license": "MIT", "author": "SmooAI",