diff --git a/CHANGELOG.md b/CHANGELOG.md index f9eaff14..7845a15c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ Breaking changes are marked with ⚠️. ## [Unreleased] +## [v1.5.1] - 2023-04-22 + +**Fixed** + +- Check for overridden `getKeyName()` and `$primaryKey` by @Jared0430 in https://github.com/tighten/ziggy/pull/630 + ## [v1.5.0] - 2022-09-23 **Added** @@ -253,7 +259,8 @@ Breaking changes are marked with ⚠️. For previous changes see the [Releases](https://github.com/tighten/ziggy/releases) page. -[Unreleased]: https://github.com/tighten/ziggy/compare/v1.5.0...HEAD +[Unreleased]: https://github.com/tighten/ziggy/compare/v1.5.1...HEAD +[v1.5.1]: https://github.com/tighten/ziggy/compare/v1.5.0...v1.5.1 [v1.5.0]: https://github.com/tighten/ziggy/compare/v1.4.6...v1.5.0 [v1.4.6]: https://github.com/tighten/ziggy/compare/v1.4.5...v1.4.6 [v1.4.5]: https://github.com/tighten/ziggy/compare/v1.4.4...v1.4.5 diff --git a/package-lock.json b/package-lock.json index 227428f7..5518a564 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ziggy-js", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ziggy-js", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "dependencies": { "qs": "~6.9.7" diff --git a/package.json b/package.json index a93c4e93..03ff2cd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ziggy-js", - "version": "1.5.0", + "version": "1.5.1", "description": "Use your Laravel named routes in JavaScript.", "keywords": [ "laravel",