Skip to content

Commit 87d86ad

Browse files
authored
Merge pull request #4 from swup/version/automated
Update package version (automated)
2 parents 3b1971d + a6cd1d7 commit 87d86ad

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
<!-- ## [Unreleased] -->
3+
## [2.0.1] - 2024-06-06
4+
5+
- Support for newer versions of Livewire
46

57
## [2.0.0] - 2023-07-26
68

@@ -15,5 +17,6 @@
1517

1618
[Unreleased]: https://github.com/swup/livewire-plugin/compare/2.0.0...HEAD
1719

20+
[2.0.1]: https://github.com/swup/livewire-plugin/releases/tag/2.0.1
1821
[2.0.0]: https://github.com/swup/livewire-plugin/releases/tag/2.0.0
1922
[1.0.0]: https://github.com/swup/livewire-plugin/releases/tag/1.0.0

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/livewire-plugin",
33
"amdName": "SwupLivewirePlugin",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"description": "A swup plugin for integrating Laravel Livewire",
66
"type": "module",
77
"source": "src/index.js",

0 commit comments

Comments
 (0)