Skip to content

Commit 40df446

Browse files
committed
v2.5.1
1 parent 02c56fe commit 40df446

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ Breaking changes are marked with ⚠️.
88

99
## [Unreleased]
1010

11+
## [v2.5.1] - 2025-01-31
12+
13+
**Fixed**
14+
15+
* Fix `current()` type in strict mode by @bakerkretzmar in https://github.com/tighten/ziggy/pull/809
16+
1117
## [v2.5.0] - 2025-01-22
1218

1319
**Added**
@@ -468,7 +474,8 @@ See [UPGRADING](UPGRADING.md#upgrading-from-1x-to-2x) for detailed upgrade instr
468474

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

471-
[Unreleased]: https://github.com/tighten/ziggy/compare/v2.5.0...HEAD
477+
[Unreleased]: https://github.com/tighten/ziggy/compare/v2.5.1...HEAD
478+
[v2.5.1]: https://github.com/tighten/ziggy/compare/v2.5.0...v2.5.1
472479
[v2.5.0]: https://github.com/tighten/ziggy/compare/v2.4.2...v2.5.0
473480
[v2.4.2]: https://github.com/tighten/ziggy/compare/v2.4.1...v2.4.2
474481
[v2.4.1]: https://github.com/tighten/ziggy/compare/v2.4.0...v2.4.1

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,6 +1,6 @@
11
{
22
"name": "ziggy-js",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "Use your Laravel named routes in JavaScript.",
55
"keywords": [
66
"laravel",

0 commit comments

Comments
 (0)