diff --git a/CHANGELOG.md b/CHANGELOG.md index 6709cd07..bf09cc8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ Breaking changes are marked with ⚠️. ## [Unreleased] +## [v2.0.4] - 2024-03-05 + +**Fixed** + +- Fix event listener propagation by @bakerkretzmar in https://github.com/tighten/ziggy/pull/724 + ## [v2.0.3] - 2024-02-20 **Fixed** @@ -368,7 +374,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.3...HEAD +[Unreleased]: https://github.com/tighten/ziggy/compare/v2.0.4...HEAD +[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 [v2.0.1]: https://github.com/tighten/ziggy/compare/v2.0.0...v2.0.1 diff --git a/package-lock.json b/package-lock.json index b3069779..afaa9901 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ziggy-js", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ziggy-js", - "version": "2.0.3", + "version": "2.0.4", "license": "MIT", "dependencies": { "qs": "~6.9.7" diff --git a/package.json b/package.json index 5f6a38a7..d7ad1030 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ziggy-js", - "version": "2.0.3", + "version": "2.0.4", "description": "Use your Laravel named routes in JavaScript.", "keywords": [ "laravel",