diff --git a/CHANGELOG.md b/CHANGELOG.md index eed409d..e4a3280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.3.2] - 2019-06-20 ### Changed - `*`: bumped to `babel-jest@24.8.0`, `lerna@3.15.0`, and `jest@24.8.0`, in PR [#22](https://github.com/compulim/react-scroll-to-bottom/pull/22) + ### Fixed - `Composer`: fix [#22](https://github.com/compulim/react-scroll-to-bottom/issue/22), synthetic `scroll` events crafted by Chrome should not cause stickiness to lose, in PR [#23](https://github.com/compulim/react-scroll-to-bottom/issue/23) diff --git a/package-lock.json b/package-lock.json index 2652c41..14e57fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-scroll-to-bottom", - "version": "1.3.2-0", + "version": "1.3.3-0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e1a5fcf..cdd3d5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-scroll-to-bottom", - "version": "1.3.2-0", + "version": "1.3.3-0", "description": "React container that will auto scroll to bottom", "private": true, "scripts": {