Skip to content

Commit

Permalink
v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerkretzmar committed Jan 2, 2025
1 parent ca40646 commit 6612c8c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Breaking changes are marked with ⚠️.

## [Unreleased]

## [v2.4.2] - 2025-01-02

**Fixed**

- Fix deprecated implictly nullable parameter by @datlechin in https://github.com/tighten/ziggy/pull/792

## [v2.4.1] - 2024-11-21

**Fixed**
Expand Down Expand Up @@ -451,7 +457,8 @@ See [UPGRADING](UPGRADING.md#upgrading-from-1x-to-2x) for detailed upgrade instr

For previous changes see the [Releases](https://github.com/tighten/ziggy/releases) page.

[Unreleased]: https://github.com/tighten/ziggy/compare/v2.4.1...HEAD
[Unreleased]: https://github.com/tighten/ziggy/compare/v2.4.2...HEAD
[v2.4.2]: https://github.com/tighten/ziggy/compare/v2.4.1...v2.4.2
[v2.4.1]: https://github.com/tighten/ziggy/compare/v2.4.0...v2.4.1
[v2.4.0]: https://github.com/tighten/ziggy/compare/v2.3.1...v2.4.0
[v2.3.1]: https://github.com/tighten/ziggy/compare/v2.3.0...v2.3.1
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,6 +1,6 @@
{
"name": "ziggy-js",
"version": "2.4.1",
"version": "2.4.2",
"description": "Use your Laravel named routes in JavaScript.",
"keywords": [
"laravel",
Expand Down

0 comments on commit 6612c8c

Please sign in to comment.