Skip to content

Commit 7b8eab9

Browse files
authored
Merge pull request #41 from swup/version/automated
Update package version (automated)
2 parents bd834fb + 004dc0c commit 7b8eab9

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

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

3-
<!-- ## [Unreleased] -->
3+
## [3.2.0] - 2024-07-22
4+
5+
- Implement tests
6+
- Refactor for testability
47

58
## [3.1.1] - 2023-07-30
69

@@ -45,7 +48,7 @@
4548

4649
- Initial release
4750

48-
[Unreleased]: https://github.com/swup/js-plugin/compare/3.1.1...HEAD
51+
[3.2.0]: https://github.com/swup/js-plugin/releases/tag/3.2.0
4952
[3.1.1]: https://github.com/swup/js-plugin/releases/tag/3.1.1
5053
[3.1.0]: https://github.com/swup/js-plugin/releases/tag/3.1.0
5154
[3.0.0]: https://github.com/swup/js-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/js-plugin",
33
"amdName": "SwupJsPlugin",
4-
"version": "3.1.1",
4+
"version": "3.2.0",
55
"description": "A swup plugin for managing animations in JS",
66
"type": "module",
77
"source": "src/index.ts",

0 commit comments

Comments
 (0)