From d2fb20d601c16229eff9b9977618edf0d12b4334 Mon Sep 17 00:00:00 2001 From: daun Date: Sat, 29 Jul 2023 18:41:25 +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 08754c1..ee7ca36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@swup/gia-plugin", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@swup/gia-plugin", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "@swup/plugin": "^3.0.0" diff --git a/package.json b/package.json index 16367f3..23cec98 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@swup/gia-plugin", "amdName": "SwupGiaPlugin", - "version": "2.0.0", + "version": "2.0.1", "description": "A swup plugin for integrating Gia frontend components", "type": "module", "source": "src/index.js", From 964ccb2a3821b9a995542d84ceeb8d1a3eb4c2aa Mon Sep 17 00:00:00 2001 From: Philipp Daun Date: Sat, 29 Jul 2023 20:42:41 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc88b5e..4fa8ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## [2.0.1] - 2023-07-29 + +- Fix error when accessing containers + ## [2.0.0] - 2023-07-26 - Switch to microbundle @@ -14,7 +18,8 @@ - Initial release -[Unreleased]: https://github.com/swup/gia-plugin/compare/2.0.0...HEAD +[Unreleased]: https://github.com/swup/gia-plugin/compare/2.0.1...HEAD +[2.0.1]: https://github.com/swup/gia-plugin/releases/tag/2.0.1 [2.0.0]: https://github.com/swup/gia-plugin/releases/tag/2.0.0 [1.0.0]: https://github.com/swup/gia-plugin/releases/tag/1.0.0