Skip to content

Commit a5a145b

Browse files
committed
chore: update version to 4.0.2 and add changelog entry for bug fixes
1 parent 091ec54 commit a5a145b

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

changelog.MD

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# Changelog
22

3+
### 4.0.2
4+
5+
#### Bug Fixes
6+
- Fix 2D overscroll snapping by clearing expander state and guarding animations
7+
38
### 4.0.1
49

510
#### Chores
611
- Removed outdated "unreleased" notice from README.
712
- Removed browser support table from README as version-specific figures are no longer accurate.
813
- Added `.npmignore` to exclude demo assets, source files, and dev tooling from the published package (reduced tarball from ~5.6 MB to ~41 kB).
914

10-
---
11-
1215
### 4.0.0
1316

1417
#### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "scrolltosmooth",
33
"type": "module",
44
"sideEffects": false,
5-
"version": "4.0.1",
5+
"version": "4.0.2",
66
"description": "Lightweight Vanilla JS Smooth Scroll animation library.",
77
"main": "dist/scrolltosmooth.cjs.js",
88
"module": "dist/scrolltosmooth.esm.js",

0 commit comments

Comments
 (0)