Skip to content

Commit 6487584

Browse files
committed
chore(release): 3.0.1 [skip ci]
## [3.0.1](v3.0.0...v3.0.1) (2024-04-10) ### Bug Fixes * escapeWhenUpPlugin only escape when scroll up but based on the distance to bottom ([58ffd31](58ffd31)) * new add item should be observed ([6d7869c](6d7869c)) * throttle lost the last callback ([7f66ec7](7f66ec7))
1 parent 9925680 commit 6487584

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.0.1](https://github.com/Yrobot/auto-scroll/compare/v3.0.0...v3.0.1) (2024-04-10)
2+
3+
4+
### Bug Fixes
5+
6+
* escapeWhenUpPlugin only escape when scroll up but based on the distance to bottom ([58ffd31](https://github.com/Yrobot/auto-scroll/commit/58ffd312ff8c14acdeac452e1e18de086751f643))
7+
* new add item should be observed ([6d7869c](https://github.com/Yrobot/auto-scroll/commit/6d7869c6602d594b77f4dea3e8ae51ec662c4d01))
8+
* throttle lost the last callback ([7f66ec7](https://github.com/Yrobot/auto-scroll/commit/7f66ec79996b83816cc00d2d8964f00cc5b5da0c))
9+
110
# [3.0.0](https://github.com/Yrobot/auto-scroll/compare/v2.0.1...v3.0.0) (2024-04-08)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yrobot/auto-scroll",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"homepage": "https://github.com/Yrobot/auto-scroll",
55
"description": "This is a tool which makes scroll-container auto scroll to the bottom easy.",
66
"main": "build/index.es.js",

0 commit comments

Comments
 (0)