diff --git a/CHANGELOG.md b/CHANGELOG.md index c1e1bcb..3cfd9be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,18 @@ Versioning]. ## Unreleased +## [v0.13.2] - 2024-08-09 + +[v0.13.2]: https://github.com/ezzatron/fake-geolocation/releases/tag/v0.13.2 + +### Fixed + +- Fixed an issue that prevented `observer.waitForCoordinates()` from working + with coordinates that have a `NaN` value for the `heading` property. +- Fixed a race condition that could prevent geolocation positions from being + dispatched to a position watch before an associated + `observer.waitForCoordinates()` call resolved. + ## [v0.13.1] - 2024-08-08 [v0.13.1]: https://github.com/ezzatron/fake-geolocation/releases/tag/v0.13.1