Skip to content

Commit 5662b44

Browse files
authored
Version Packages (#102)
2 parents af549af + b1b6b40 commit 5662b44

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/odd-fireants-clean.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# next-router-mock
22

3+
## 0.9.9
4+
5+
### Patch Changes
6+
7+
- 41e335c: - Better support for the "as" parameter
8+
- Implemented correct behavior when "as" path is different than the real path
9+
- Fixes #89
10+
311
## 0.9.8
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-router-mock",
3-
"version": "0.9.8",
3+
"version": "0.9.9",
44
"description": "Mock implementation of the Next.js Router",
55
"main": "dist/index",
66
"files": [

0 commit comments

Comments
 (0)