Skip to content

Commit

Permalink
Merge pull request #76 from swup/version/automated
Browse files Browse the repository at this point in the history
Update package version (automated)
  • Loading branch information
hirasso authored May 21, 2024
2 parents 5d0b003 + 83c058d commit be153e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit be153e2

Please sign in to comment.