diff --git a/CHANGELOG.md b/CHANGELOG.md index ff93ff6c..ee7567f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.2](https://github.com/stipsan/react-spring-bottom-sheet/compare/v3.1.1...v3.1.2) (2020-12-29) + + +### Bug Fixes + +* avoid dividing by zero during prerender ([ca2b9ae](https://github.com/stipsan/react-spring-bottom-sheet/commit/ca2b9ae2b97d1b871976d34f6b128e9b0386932d)) + ## [3.1.1](https://github.com/stipsan/react-spring-bottom-sheet/compare/v3.1.0...v3.1.1) (2020-12-29) diff --git a/package-lock.json b/package-lock.json index 3badb3c9..0398a6e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-spring-bottom-sheet", - "version": "3.1.1", + "version": "3.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 07845f8a..80a7a5ec 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "bugs": { "url": "https://github.com/stipsan/react-spring-bottom-sheet/issues" }, - "version": "3.1.1", + "version": "3.1.2", "main": "dist/index.js", "module": "dist/index.es.js", "files": [