We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000a873 commit 1dabe2aCopy full SHA for 1dabe2a
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v8.0.6 (2024-08-02)
2
+
3
+- [#335] Fix followRedirects when source is async and destination is sync ([@davidtaylorhq](https://github.com/davidtaylorhq))
4
5
6
## v8.0.5 (2024-03-19)
7
8
- [#339] Fix a type error when exactOptionalPropertyTypes is enabled ([@boris-petrov](https://github.com/boris-petrov))
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",
0 commit comments