diff --git a/.changeset/late-falcons-hammer.md b/.changeset/late-falcons-hammer.md deleted file mode 100644 index 879cdf455..000000000 --- a/.changeset/late-falcons-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roadiehq/rag-ai': patch ---- - -Add event handler for usage event type. Logs usage information to the console on debug level. diff --git a/plugins/frontend/rag-ai/CHANGELOG.md b/plugins/frontend/rag-ai/CHANGELOG.md index dd6d79002..1ecba6750 100644 --- a/plugins/frontend/rag-ai/CHANGELOG.md +++ b/plugins/frontend/rag-ai/CHANGELOG.md @@ -1,5 +1,11 @@ # @roadiehq/rag-ai +## 1.1.5 + +### Patch Changes + +- 629d2b1: Add event handler for usage event type. Logs usage information to the console on debug level. + ## 1.1.4 ### Patch Changes diff --git a/plugins/frontend/rag-ai/package.json b/plugins/frontend/rag-ai/package.json index a6e999944..754a95a4a 100644 --- a/plugins/frontend/rag-ai/package.json +++ b/plugins/frontend/rag-ai/package.json @@ -1,6 +1,6 @@ { "name": "@roadiehq/rag-ai", - "version": "1.1.4", + "version": "1.1.5", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",