diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fbc0b98..c86388ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.2](https://github.com/stipsan/react-spring-bottom-sheet/compare/v2.0.1...v2.0.2) (2020-12-05) + + +### Bug Fixes + +* microbundle defaults to preact, changed it back to react ([4f52355](https://github.com/stipsan/react-spring-bottom-sheet/commit/4f523558f1190b659a175f82ae5a0267a25d13eb)) + ## [2.0.1](https://github.com/stipsan/react-spring-bottom-sheet/compare/v2.0.0...v2.0.1) (2020-12-05) diff --git a/package-lock.json b/package-lock.json index 69c81476..af44679a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-spring-bottom-sheet", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9b33cfe3..e33442cd 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "bugs": { "url": "https://github.com/stipsan/react-spring-bottom-sheet/issues" }, - "version": "2.0.1", + "version": "2.0.2", "main": "dist/index.js", "module": "dist/index.es.js", "files": [