Skip to content

Commit be153e2

Browse files
authored
Merge pull request #76 from swup/version/automated
Update package version (automated)
2 parents 5d0b003 + 83c058d commit be153e2

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [1.0.2] - 2024-05-21
4+
5+
- always update the `href` of `a[data-swup-link-to-fragment]`, even if it's the current URL
6+
37
## [1.0.1] - 2024-03-26
48

59
- Compatibility with swup 4.6.0
@@ -73,6 +77,7 @@
7377

7478
- Initial Release
7579

80+
[1.0.2]: https://github.com/swup/fragment-plugin/releases/tag/1.0.2
7681
[1.0.1]: https://github.com/swup/fragment-plugin/releases/tag/1.0.1
7782
[1.0.0]: https://github.com/swup/fragment-plugin/releases/tag/1.0.0
7883
[0.3.7]: https://github.com/swup/fragment-plugin/releases/tag/0.3.7

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@swup/fragment-plugin",
33
"amdName": "SwupFragmentPlugin",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "A swup plugin for dynamically replacing containers based on rules",
66
"type": "module",
77
"source": "src/index.ts",

0 commit comments

Comments
 (0)