Skip to content

Commit 879fed9

Browse files
committed
bump: v4.0.1
1 parent 03a8b81 commit 879fed9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx-wouter",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"scripts": {
55
"clean": "rimraf dist",
66
"lint:check": "eslint . --fix",

src/router/router.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ import {
1616
RouterType,
1717
} from './router.types.js';
1818

19-
export class Router<THistory extends AnyHistory = AnyHistory> implements IRouter<THistory> {
19+
export class Router<THistory extends AnyHistory = AnyHistory>
20+
implements IRouter<THistory>
21+
{
2022
history: THistory;
2123
location: THistory['location'];
2224
queryParams: IQueryParams;

0 commit comments

Comments
 (0)