Skip to content

Commit

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

<!-- ## [Unreleased] -->
## [0.4.0] - 2024-02-15

- Improve performance by reusing parsed document throughout visit

## [0.3.1] - 2024-01-27

Expand Down Expand Up @@ -38,6 +40,7 @@

- Initial release

[0.4.0]: https://github.com/swup/parallel-plugin/releases/tag/0.4.0
[0.3.1]: https://github.com/swup/parallel-plugin/releases/tag/0.3.1
[0.3.0]: https://github.com/swup/parallel-plugin/releases/tag/0.3.0
[0.2.0]: https://github.com/swup/parallel-plugin/releases/tag/0.2.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
Expand Up @@ -2,7 +2,7 @@
"name": "@swup/parallel-plugin",
"amdName": "SwupParallelPlugin",
"description": "A swup plugin for animating the previous and next page in parallel",
"version": "0.3.1",
"version": "0.4.0",
"type": "module",
"source": "src/index.ts",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit ffbb18b

Please sign in to comment.