Skip to content

Commit 4c66f89

Browse files
authored
Merge pull request #7 from swup/version/automated
Update package version (automated)
2 parents 5f7627f + ef71372 commit 4c66f89

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

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+
## [0.2.0] - 2023-08-24
6+
7+
- Allow keeping the previous container indefinitely
8+
59
## [0.1.1] - 2023-07-26
610

711
- Bump dependencies
@@ -26,8 +30,9 @@
2630

2731
- Initial release
2832

29-
[Unreleased]: https://github.com/swup/parallel-plugin/compare/0.1.1...HEAD
33+
[Unreleased]: https://github.com/swup/parallel-plugin/compare/0.2.0...HEAD
3034

35+
[0.2.0]: https://github.com/swup/parallel-plugin/releases/tag/0.2.0
3136
[0.1.1]: https://github.com/swup/parallel-plugin/releases/tag/0.1.1
3237
[0.1.0]: https://github.com/swup/parallel-plugin/releases/tag/0.1.0
3338
[0.0.4]: https://github.com/swup/parallel-plugin/releases/tag/0.0.4

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.1.1",
5+
"version": "0.2.0",
66
"type": "module",
77
"source": "src/index.ts",
88
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)