Skip to content

Commit

Permalink
Merge pull request #41 from swup/version/automated
Browse files Browse the repository at this point in the history
Update package version (automated)
  • Loading branch information
daun authored Jul 22, 2024
2 parents bd834fb + 004dc0c commit 7b8eab9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

<!-- ## [Unreleased] -->
## [3.2.0] - 2024-07-22

- Implement tests
- Refactor for testability

## [3.1.1] - 2023-07-30

Expand Down Expand Up @@ -45,7 +48,7 @@

- Initial release

[Unreleased]: https://github.com/swup/js-plugin/compare/3.1.1...HEAD
[3.2.0]: https://github.com/swup/js-plugin/releases/tag/3.2.0
[3.1.1]: https://github.com/swup/js-plugin/releases/tag/3.1.1
[3.1.0]: https://github.com/swup/js-plugin/releases/tag/3.1.0
[3.0.0]: https://github.com/swup/js-plugin/releases/tag/3.0.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@swup/js-plugin",
"amdName": "SwupJsPlugin",
"version": "3.1.1",
"version": "3.2.0",
"description": "A swup plugin for managing animations in JS",
"type": "module",
"source": "src/index.ts",
Expand Down

0 comments on commit 7b8eab9

Please sign in to comment.