diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc384e..fed12ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.4.0](https://github.com/Arize-ai/ui-components/compare/v1.3.0...v1.4.0) (2024-05-18) + + +### Features + +* new database icon ([#207](https://github.com/Arize-ai/ui-components/issues/207)) ([8d52e84](https://github.com/Arize-ai/ui-components/commit/8d52e8460d02eabe9ecdfc2fe140e77ac08fd5e3)) + + +### Bug Fixes + +* database icon ([#209](https://github.com/Arize-ai/ui-components/issues/209)) ([124facf](https://github.com/Arize-ai/ui-components/commit/124facf9bf2840c8f174ce97c98fef37296a6bd6)) + ## [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 c3372f8..39c7a72 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.3.3", + "version": "1.4.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",