diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f7310f..2cb1bb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # orb-ui +## 0.8.1 + +### Patch Changes + +- Update the package repository metadata and README links to `exprmntl/orb-ui` after the move to Experimental Software. This packaging release has no component or adapter API changes. + ## 0.8.0 ### Breaking changes and migration diff --git a/package.json b/package.json index a5ea943..5ebd5c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "orb-ui", - "version": "0.8.0", + "version": "0.8.1", "description": "React voice agent UI components with audio-reactive adapters for Vapi, ElevenLabs, LiveKit, Pipecat, OpenAI Realtime, Gemini Live, and custom voice AI apps.", "type": "module", "main": "./dist/orb-ui.cjs",