diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f9e9b2..c2e88b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + + +## [0.2.2](https://github.com/toinelin/react-locomotive-scroll/compare/0.2.1...0.2.2) (2022-07-22) + + +### Bug Fixes + +* pre-release command ([a12b653](https://github.com/toinelin/react-locomotive-scroll/commit/a12b653b2f24b6a01f81ef4b25038c25cc6ba6d7)) + ## [0.2.1](https://github.com/toinelin/react-locomotive-scroll/compare/0.2.0...0.2.1) (2022-07-22) # [0.2.0](https://github.com/toinelin/react-locomotive-scroll/compare/0.1.8...0.2.0) (2021-09-13) @@ -63,5 +72,4 @@ ### Reverts -* **use-resize-observer:** finaly force the use of observer to avoid weird behaviours ([3ac0e7e](https://github.com/toinelin/react-locomotive-scroll/commit/3ac0e7eee2d28a0613fa958fdba80f254d8f9c30)) - +* **use-resize-observer:** finaly force the use of observer to avoid weird behaviours ([3ac0e7e](https://github.com/toinelin/react-locomotive-scroll/commit/3ac0e7eee2d28a0613fa958fdba80f254d8f9c30)) \ No newline at end of file diff --git a/package.json b/package.json index 4726659..32da7c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-locomotive-scroll", - "version": "0.2.1", + "version": "0.2.2", "description": "A locomotive-scroll React wrapper", "main": "module/index.js", "module": "module/index.js",