diff --git a/CHANGELOG.md b/CHANGELOG.md index ef6398b..cee3959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [2.0.4] - 2023-09-28 + +- Hopefully now really fix gia imports + ## [2.0.3] - 2023-09-26 - Fix gia imports @@ -25,6 +29,7 @@ - Initial release +[2.0.4]: https://github.com/swup/gia-plugin/releases/tag/2.0.4 [2.0.3]: https://github.com/swup/gia-plugin/releases/tag/2.0.3 [2.0.2]: https://github.com/swup/gia-plugin/releases/tag/2.0.2 [2.0.1]: https://github.com/swup/gia-plugin/releases/tag/2.0.1 diff --git a/package-lock.json b/package-lock.json index 7720c20..929eb59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@swup/gia-plugin", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@swup/gia-plugin", - "version": "2.0.3", + "version": "2.0.4", "license": "MIT", "dependencies": { "@swup/plugin": "^4.0.0" diff --git a/package.json b/package.json index 958c165..79b9ae0 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@swup/gia-plugin", "amdName": "SwupGiaPlugin", - "version": "2.0.3", + "version": "2.0.4", "description": "A swup plugin for integrating Gia frontend components", "type": "module", "source": "src/index.js",