Skip to content

Commit

Permalink
Release 8.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Mar 6, 2024
1 parent f39f2df commit 7f786cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## v8.0.4 (2024-03-06)

- [#336] Calling recognize should not affect the transition.from query params for subsequent transitions ([@chbonser](https://github.com/chbonser))


## v8.0.3 (2022-08-27)

- [#334] Fix undefined routeInfo in routeInfo's `find` callback ([@sly7-7](https://github.com/sly7-7))
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "router_js",
"version": "8.0.3",
"version": "8.0.4",
"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",
Expand Down

0 comments on commit 7f786cc

Please sign in to comment.