Skip to content

Commit 6334ae8

Browse files
authored
Merge pull request #73 from swup/version/automated
Update package version (automated)
2 parents 597c52e + 49cfa04 commit 6334ae8

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.1] - 2024-03-26
4+
5+
- Compatibility with swup 4.6.0
6+
37
## [1.0.0] - 2024-01-28
48

59
- Version 1.0.0 🍾
@@ -69,6 +73,7 @@
6973

7074
- Initial Release
7175

76+
[1.0.1]: https://github.com/swup/fragment-plugin/releases/tag/1.0.1
7277
[1.0.0]: https://github.com/swup/fragment-plugin/releases/tag/1.0.0
7378
[0.3.7]: https://github.com/swup/fragment-plugin/releases/tag/0.3.7
7479
[0.3.6]: https://github.com/swup/fragment-plugin/releases/tag/0.3.6

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.0",
4+
"version": "1.0.1",
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)