Skip to content

Commit d27f914

Browse files
committed
Bump version
1 parent 75a893b commit d27f914

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22

33
<!-- ## [Unreleased] -->
44

5-
## [0.0.1] - 2023-07
5+
## [0.0.2] - 2023-07-19
6+
7+
- Fix timing with forced reflow
8+
9+
## [0.0.1] - 2023-07-19
610

711
- Initial release
812

9-
[Unreleased]: https://github.com/swup/parallel-plugin/compare/0.0.1...HEAD
13+
[Unreleased]: https://github.com/swup/parallel-plugin/compare/0.0.2...HEAD
1014

15+
[0.0.2]: https://github.com/swup/parallel-plugin/releases/tag/0.0.2
1116
[0.0.1]: https://github.com/swup/parallel-plugin/releases/tag/0.0.1

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/parallel-plugin",
33
"amdName": "SwupParallelPlugin",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"description": "A swup plugin for running the in and out animations in parallel",
66
"type": "module",
77
"source": "src/index.ts",

0 commit comments

Comments
 (0)