diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e83ba..35c514e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v8.0.6 (2024-08-02) + +- [#335] Fix followRedirects when source is async and destination is sync ([@davidtaylorhq](https://github.com/davidtaylorhq)) + + ## v8.0.5 (2024-03-19) - [#339] Fix a type error when exactOptionalPropertyTypes is enabled ([@boris-petrov](https://github.com/boris-petrov)) diff --git a/package.json b/package.json index a720c65..394b5e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "router_js", - "version": "8.0.5", + "version": "8.0.6", "description": "A lightweight JavaScript library is built on top of route-recognizer and rsvp.js to provide an API for handling routes", "keywords": [ "route-recognizer",