Skip to content

Commit f131fd0

Browse files
Release 1.0.1
1 parent 8f5d246 commit f131fd0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
22

3+
## 1.0.1
4+
- Fix compatibility with WebKit which does not support the `scrollend` event.
5+
36
## 1.0.0
47
Initial release

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@axn/backtotop",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Simple back-to-top button library.",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)