Skip to content

Commit 6fce953

Browse files
authored
Merge pull request #60 from swup/version/automated
Update package version (automated)
2 parents 820ba1d + 33ebd8b commit 6fce953

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

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

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

5+
## [3.1.0] - 2023-08-09
6+
7+
- Allow updating hash and scroll target separately
8+
59
## [3.0.0] - 2023-07-26
610

711
- Update for swup 4 compatibility
@@ -50,8 +54,9 @@
5054

5155
- Initial release
5256

53-
[Unreleased]: https://github.com/swup/scroll-plugin/compare/3.0.0...HEAD
57+
[Unreleased]: https://github.com/swup/scroll-plugin/compare/3.1.0...HEAD
5458

59+
[3.1.0]: https://github.com/swup/scroll-plugin/releases/tag/3.1.0
5560
[3.0.0]: https://github.com/swup/scroll-plugin/releases/tag/3.0.0
5661
[2.0.3]: https://github.com/swup/scroll-plugin/releases/tag/2.0.3
5762
[2.0.2]: https://github.com/swup/scroll-plugin/releases/tag/2.0.2

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.0.0",
4+
"version": "3.1.0",
55
"description": "A swup plugin for customizable smooth scrolling",
66
"type": "module",
77
"source": "src/index.js",

0 commit comments

Comments
 (0)