Skip to content

Commit e0fa23e

Browse files
authored
Bump to 2.0.1-0 (#48)
* 2.0.0 * 2.0.0 * 2.0.1-0
1 parent 54c0dd4 commit e0fa23e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [2.0.0] - 2020-05-07
10+
911
### Breaking changes
1012
- We moved to React Hooks and it requires React 16.8.6 or up
1113
- Hooks will allow us to write simpler and more maintainable code

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": "2.0.0-0",
3+
"version": "2.0.1-0",
44
"description": "React container that will auto scroll to bottom",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)