diff --git a/CHANGELOG.md b/CHANGELOG.md index b220778e..2f44c3b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ Breaking changes are marked with ⚠️. ## [Unreleased] +## [v2.0.1] - 2024-02-20 + +**Fixed** + +- Remove default export from type declarations by @bakerkretzmar in https://github.com/tighten/ziggy/pull/713 + ## [v2.0.0] - 2024-02-20 See [UPGRADING](UPGRADING.md#upgrading-from-1x-to-2x) for detailed upgrade instructions. @@ -350,7 +356,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.0...HEAD +[Unreleased]: https://github.com/tighten/ziggy/compare/v2.0.1...HEAD +[v2.0.1]: https://github.com/tighten/ziggy/compare/v2.0.0...v2.0.1 [v2.0.0]: https://github.com/tighten/ziggy/compare/v1.8.2...v2.0.0 [v1.8.2]: https://github.com/tighten/ziggy/compare/v1.8.1...v1.8.2 [v1.8.1]: https://github.com/tighten/ziggy/compare/v1.8.0...v1.8.1 diff --git a/package-lock.json b/package-lock.json index 700a13a2..8234c2d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ziggy-js", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ziggy-js", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "qs": "~6.9.7" diff --git a/package.json b/package.json index a71871c7..3dea2466 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ziggy-js", - "version": "2.0.0", + "version": "2.0.1", "description": "Use your Laravel named routes in JavaScript.", "keywords": [ "laravel",