Skip to content

Commit ffbb18b

Browse files
authored
Merge pull request #16 from swup/version/automated
Update package version (automated)
2 parents a9fdbe0 + fc7a61d commit ffbb18b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
<!-- ## [Unreleased] -->
3+
## [0.4.0] - 2024-02-15
4+
5+
- Improve performance by reusing parsed document throughout visit
46

57
## [0.3.1] - 2024-01-27
68

@@ -38,6 +40,7 @@
3840

3941
- Initial release
4042

43+
[0.4.0]: https://github.com/swup/parallel-plugin/releases/tag/0.4.0
4144
[0.3.1]: https://github.com/swup/parallel-plugin/releases/tag/0.3.1
4245
[0.3.0]: https://github.com/swup/parallel-plugin/releases/tag/0.3.0
4346
[0.2.0]: https://github.com/swup/parallel-plugin/releases/tag/0.2.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
@@ -2,7 +2,7 @@
22
"name": "@swup/parallel-plugin",
33
"amdName": "SwupParallelPlugin",
44
"description": "A swup plugin for animating the previous and next page in parallel",
5-
"version": "0.3.1",
5+
"version": "0.4.0",
66
"type": "module",
77
"source": "src/index.ts",
88
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)