From 3022c634da5e9d4fcbda86b29328e087b1462657 Mon Sep 17 00:00:00 2001 From: daun Date: Mon, 22 Jul 2024 14:00:02 +0000 Subject: [PATCH 1/2] Update package version --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6b29e8..86e6868 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@swup/js-plugin", - "version": "3.1.1", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@swup/js-plugin", - "version": "3.1.1", + "version": "3.2.0", "license": "MIT", "dependencies": { "@swup/plugin": "^4.0.0" diff --git a/package.json b/package.json index 67be0ec..3d1603b 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@swup/js-plugin", "amdName": "SwupJsPlugin", - "version": "3.1.1", + "version": "3.2.0", "description": "A swup plugin for managing animations in JS", "type": "module", "source": "src/index.ts", From 004dc0cb21090afb22af5788838ceec14d0cc460 Mon Sep 17 00:00:00 2001 From: Philipp Daun Date: Mon, 22 Jul 2024 16:03:16 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d88532..c8d270c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog - +## [3.2.0] - 2024-07-22 + +- Implement tests +- Refactor for testability ## [3.1.1] - 2023-07-30 @@ -45,7 +48,7 @@ - Initial release -[Unreleased]: https://github.com/swup/js-plugin/compare/3.1.1...HEAD +[3.2.0]: https://github.com/swup/js-plugin/releases/tag/3.2.0 [3.1.1]: https://github.com/swup/js-plugin/releases/tag/3.1.1 [3.1.0]: https://github.com/swup/js-plugin/releases/tag/3.1.0 [3.0.0]: https://github.com/swup/js-plugin/releases/tag/3.0.0