diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bbfd15..60a50c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.0.2] - 2024-05-21 + +- always update the `href` of `a[data-swup-link-to-fragment]`, even if it's the current URL + ## [1.0.1] - 2024-03-26 - Compatibility with swup 4.6.0 @@ -73,6 +77,7 @@ - Initial Release +[1.0.2]: https://github.com/swup/fragment-plugin/releases/tag/1.0.2 [1.0.1]: https://github.com/swup/fragment-plugin/releases/tag/1.0.1 [1.0.0]: https://github.com/swup/fragment-plugin/releases/tag/1.0.0 [0.3.7]: https://github.com/swup/fragment-plugin/releases/tag/0.3.7 diff --git a/package-lock.json b/package-lock.json index de2e12d..d42340b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@swup/fragment-plugin", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@swup/fragment-plugin", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "@swup/plugin": "^4.0.0" diff --git a/package.json b/package.json index bce38c4..228c0f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@swup/fragment-plugin", "amdName": "SwupFragmentPlugin", - "version": "1.0.1", + "version": "1.0.2", "description": "A swup plugin for dynamically replacing containers based on rules", "type": "module", "source": "src/index.ts",