Skip to content

Commit 4e5f4b8

Browse files
chore(release): 1.13.4 [skip ci]
## [1.13.4](v1.13.3...v1.13.4) (2025-09-07) ### Bug Fixes * improve scroll event handling by adding checks for values before updating attributes ([6411e3c](6411e3c))
1 parent 6411e3c commit 4e5f4b8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.13.4](https://github.com/CoCreate-app/CoCreate-scroll/compare/v1.13.3...v1.13.4) (2025-09-07)
2+
3+
4+
### Bug Fixes
5+
6+
* improve scroll event handling by adding checks for values before updating attributes ([6411e3c](https://github.com/CoCreate-app/CoCreate-scroll/commit/6411e3cfed01ce2d135352a1b31b090b067a90e2))
7+
18
## [1.13.3](https://github.com/CoCreate-app/CoCreate-scroll/compare/v1.13.2...v1.13.3) (2025-05-01)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/scroll",
3-
"version": "1.13.3",
3+
"version": "1.13.4",
44
"description": "A simple scroll component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"scroll",

0 commit comments

Comments
 (0)