diff --git a/CHANGELOG.md b/CHANGELOG.md index f0421af..789233f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.1](https://github.com/lessp/bs-react-is-visible/compare/v0.2.0...v0.2.1) (2020-07-21) + + +### Bug Fixes + +* update react-is-visible to handle race-condition ([58f4c9e](https://github.com/lessp/bs-react-is-visible/commit/58f4c9e)) + # [0.2.0](https://github.com/lessp/bs-react-is-visible/compare/v0.1.3...v0.2.0) (2019-10-04) diff --git a/package-lock.json b/package-lock.json index 8605589..d0b7513 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bs-react-is-visible", - "version": "0.2.1-0", + "version": "0.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c68fb60..2931779 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bs-react-is-visible", "description": "A small library for ReasonReact to know if an element is visible on screen or not", - "version": "0.2.1-0", + "version": "0.2.1", "publishConfig": { "access": "public" },