diff --git a/CHANGELOG.md b/CHANGELOG.md index 28fd2cb..5510efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,15 @@ -## [0.0.1] - 2023-07 +## [0.0.2] - 2023-07-19 + +- Fix timing with forced reflow + +## [0.0.1] - 2023-07-19 - Initial release -[Unreleased]: https://github.com/swup/parallel-plugin/compare/0.0.1...HEAD +[Unreleased]: https://github.com/swup/parallel-plugin/compare/0.0.2...HEAD +[0.0.2]: https://github.com/swup/parallel-plugin/releases/tag/0.0.2 [0.0.1]: https://github.com/swup/parallel-plugin/releases/tag/0.0.1 diff --git a/package-lock.json b/package-lock.json index f01e249..6116a6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@swup/parallel-plugin", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@swup/parallel-plugin", - "version": "0.0.1", + "version": "0.0.2", "license": "MIT", "dependencies": { "@swup/plugin": "^3.0.0-rc.22" diff --git a/package.json b/package.json index c87baaa..af12441 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@swup/parallel-plugin", "amdName": "SwupParallelPlugin", - "version": "0.0.1", + "version": "0.0.2", "description": "A swup plugin for running the in and out animations in parallel", "type": "module", "source": "src/index.ts",