Skip to content

Commit 55ff451

Browse files
authored
Merge pull request #68 from swup/version/automated
Update package version (automated)
2 parents 487d901 + fa07c2c commit 55ff451

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!-- ## [Unreleased] -->
44

5+
## [3.2.0] - 2023-08-20
6+
7+
- Allow controlling scroll animation in `visit.scroll.animate`
8+
- Fix scrolling before animation
9+
- Fix scroll position reset on API visits
10+
511
## [3.1.1] - 2023-08-10
612

713
- Port to typescript
@@ -60,8 +66,9 @@
6066

6167
- Initial release
6268

63-
[Unreleased]: https://github.com/swup/scroll-plugin/compare/3.1.1...HEAD
69+
[Unreleased]: https://github.com/swup/scroll-plugin/compare/3.2.0...HEAD
6470

71+
[3.2.0]: https://github.com/swup/scroll-plugin/releases/tag/3.2.0
6572
[3.1.1]: https://github.com/swup/scroll-plugin/releases/tag/3.1.1
6673
[3.1.0]: https://github.com/swup/scroll-plugin/releases/tag/3.1.0
6774
[3.0.0]: https://github.com/swup/scroll-plugin/releases/tag/3.0.0

package-lock.json

Lines changed: 2 additions & 2 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,7 +1,7 @@
11
{
22
"name": "@swup/scroll-plugin",
33
"amdName": "SwupScrollPlugin",
4-
"version": "3.1.1",
4+
"version": "3.2.0",
55
"description": "A swup plugin for customizable smooth scrolling",
66
"type": "module",
77
"source": "src/index.ts",

0 commit comments

Comments
 (0)