diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a46da..d5cf685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.2](https://github.com/agrawal-rohit/pearl-ui/compare/v2.3.1...v2.3.2) (2024-01-03) + + +### Bug Fixes + +* Updated peer dependencies ([5e49f1f](https://github.com/agrawal-rohit/pearl-ui/commit/5e49f1f7594930b9f872bd7c27c7679dac591d2d)) + ## [2.3.1](https://github.com/agrawal-rohit/pearl-ui/compare/v2.3.0...v2.3.1) (2024-01-02) diff --git a/package.json b/package.json index 2ba7a6d..057ab3b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "!**/__mocks__" ], "typings": "lib/typescript/src/index.d.ts", - "version": "2.3.1", + "version": "2.3.2", "repository": "https://github.com/agrawal-rohit/pearl-ui.git", "license": "MIT", "private": false, @@ -153,4 +153,4 @@ } ] } -} \ No newline at end of file +}