From 3b718738ee61817b90349fa00c53ead85f86e5d0 Mon Sep 17 00:00:00 2001 From: Jacob Baker-Kretzmar Date: Tue, 19 Mar 2024 19:36:15 -0400 Subject: [PATCH] v2.0.5 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf09cc8e..83dba3e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ Breaking changes are marked with ⚠️. ## [Unreleased] +## [v2.0.5] - 2024-03-19 + +**Fixed** + +- Export the types file by @simon-tma in https://github.com/tighten/ziggy/pull/721 + ## [v2.0.4] - 2024-03-05 **Fixed** @@ -374,7 +380,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.0.4...HEAD +[Unreleased]: https://github.com/tighten/ziggy/compare/v2.0.5...HEAD +[v2.0.5]: https://github.com/tighten/ziggy/compare/v2.0.4...v2.0.5 [v2.0.4]: https://github.com/tighten/ziggy/compare/v2.0.3...v2.0.4 [v2.0.3]: https://github.com/tighten/ziggy/compare/v2.0.2...v2.0.3 [v2.0.2]: https://github.com/tighten/ziggy/compare/v2.0.1...v2.0.2 diff --git a/package-lock.json b/package-lock.json index afaa9901..08469bd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ziggy-js", - "version": "2.0.4", + "version": "2.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ziggy-js", - "version": "2.0.4", + "version": "2.0.5", "license": "MIT", "dependencies": { "qs": "~6.9.7" diff --git a/package.json b/package.json index 170d4c19..f4d0c9f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ziggy-js", - "version": "2.0.4", + "version": "2.0.5", "description": "Use your Laravel named routes in JavaScript.", "keywords": [ "laravel",