From 275adf7984f905845c5c928538ee8b5317f964e1 Mon Sep 17 00:00:00 2001 From: Philipp Daun Date: Sat, 27 Jan 2024 12:08:21 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe740e8..c45d4f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## [0.3.1] - 2024-01-27 + +- Fix missing reflow helper in UMD build + ## [0.3.0] - 2023-11-22 - Add hooks for inserting and removing containers @@ -34,8 +38,8 @@ - Initial release -[Unreleased]: https://github.com/swup/parallel-plugin/compare/0.2.0...HEAD - +[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 [0.1.1]: https://github.com/swup/parallel-plugin/releases/tag/0.1.1 [0.1.0]: https://github.com/swup/parallel-plugin/releases/tag/0.1.0