Skip to content

Commit 0430a55

Browse files
authored
Bump to 1.3.3-0 (#25)
* 1.3.2 * 1.3.2 * 1.3.3-0
1 parent d0df2f1 commit 0430a55

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.3.2] - 2019-06-20
810
### Changed
911
- `*`: bumped to `[email protected]`, `[email protected]`, and `[email protected]`, in PR [#22](https://github.com/compulim/react-scroll-to-bottom/pull/22)
12+
1013
### Fixed
1114
- `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)
1215

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scroll-to-bottom",
3-
"version": "1.3.2-0",
3+
"version": "1.3.3-0",
44
"description": "React container that will auto scroll to bottom",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)