diff --git a/.changeset/three-pots-sit.md b/.changeset/three-pots-sit.md deleted file mode 100644 index e4e69d1..0000000 --- a/.changeset/three-pots-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"inform-ai": patch ---- - -Fix scrolling overflow on Messages UI component diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b88908..af1a25b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # inform-ai +## 0.5.1 + +### Patch Changes + +- bc1e6e9: Fix scrolling overflow on Messages UI component + ## 0.5.0 ### Minor Changes diff --git a/package.json b/package.json index f095ed3..72ce5e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inform-ai", - "version": "0.5.0", + "version": "0.5.1", "description": "A collection of hooks and utilities to easily add contextual AI to React applications", "main": "dist/index.js", "directories": {