diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc384e..fcd3a6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.0](https://github.com/Arize-ai/ui-components/compare/v1.8.7...v1.9.0) (2024-10-18) + + +### Features + +* add message and message filled icons ([#246](https://github.com/Arize-ai/ui-components/issues/246)) ([af5e35a](https://github.com/Arize-ai/ui-components/commit/af5e35ab7d0efac43c425baf7d7657dd9004835c)) + ## [1.3.0](https://github.com/Arize-ai/ui-components/compare/v1.2.0...v1.3.0) (2024-05-07) diff --git a/package.json b/package.json index 36f2bc3..8f06773 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.8.7", + "version": "1.9.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",