diff --git a/CHANGELOG.md b/CHANGELOG.md index e60f8de6..6977e8bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.4.2](https://github.com/3-shake/3design-ui/compare/v1.4.0...v1.4.2) (2021-06-24) + + +### Bug Fixes + +* fix peerDependencies ([91d9f08](https://github.com/3-shake/3design-ui/commit/91d9f0842c447541bb1f0ec954c2b79a46f0a43f)) + + + ## [1.4.1](https://github.com/3-shake/3design-ui/compare/v1.4.0...v1.4.1) (2021-06-24) diff --git a/package.json b/package.json index 1610b66c..72776fe3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@3-shake/3design-ui", - "version": "1.4.1", + "version": "1.4.2", "main": "dist/index.cjs", "module": "dist/index.esm.js", "browser": "dist/index.js",