Skip to content

Commit b799299

Browse files
authored
release: v1.3.0 (#41)
1 parent b7bd2f8 commit b799299

3 files changed

Lines changed: 18 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Change Log
1+
# Change Log
2+
3+
<a name="1.3.0"></a>
4+
## [1.2.0](https://github.com/dizco/react-scrollable-feed/compare/v1.2.0...v1.3.0) (2020-09-30)
5+
* Added `scrollToBottom` public method
6+
* Fix issue with scrolling when wrapper has fixed height ([#34](https://github.com/dizco/react-scrollable-feed/issues/34))
7+
* Updated dependencies
28

39
<a name="1.2.0"></a>
410
## [1.2.0](https://github.com/dizco/react-scrollable-feed/compare/v1.1.2...v1.2.0) (2020-09-30)

package-lock.json

Lines changed: 10 additions & 6 deletions
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-scrollable-feed",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "",
55
"author": "dizco",
66
"license": "MIT",

0 commit comments

Comments
 (0)