Skip to content

Commit 1dabe2a

Browse files
committed
Release 8.0.6
1 parent 000a873 commit 1dabe2a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
## v8.0.5 (2024-03-19)
27

38
- [#339] Fix a type error when exactOptionalPropertyTypes is enabled ([@boris-petrov](https://github.com/boris-petrov))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "router_js",
3-
"version": "8.0.5",
3+
"version": "8.0.6",
44
"description": "A lightweight JavaScript library is built on top of route-recognizer and rsvp.js to provide an API for handling routes",
55
"keywords": [
66
"route-recognizer",

0 commit comments

Comments
 (0)