Skip to content

Commit

Permalink
Merge pull request #4 from swup/version/automated
Browse files Browse the repository at this point in the history
Update package version (automated)
  • Loading branch information
hirasso authored Jul 6, 2024
2 parents 3b1971d + a6cd1d7 commit 87d86ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

<!-- ## [Unreleased] -->
## [2.0.1] - 2024-06-06

- Support for newer versions of Livewire

## [2.0.0] - 2023-07-26

Expand All @@ -15,5 +17,6 @@

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

[2.0.1]: https://github.com/swup/livewire-plugin/releases/tag/2.0.1
[2.0.0]: https://github.com/swup/livewire-plugin/releases/tag/2.0.0
[1.0.0]: https://github.com/swup/livewire-plugin/releases/tag/1.0.0
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/livewire-plugin",
"amdName": "SwupLivewirePlugin",
"version": "2.0.0",
"version": "2.0.1",
"description": "A swup plugin for integrating Laravel Livewire",
"type": "module",
"source": "src/index.js",
Expand Down

0 comments on commit 87d86ad

Please sign in to comment.