We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c22b4 commit 0073d0dCopy full SHA for 0073d0d
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# preact-iso
2
3
+## 2.0.2
4
+
5
+### Patch Changes
6
7
+- [`c1f3f0e`](https://github.com/preactjs/wmr/commit/c1f3f0e42a053811fe894f91a7bd702247e550d5) [#608](https://github.com/preactjs/wmr/pull/608) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix `useRoute` missing in main entry exports
8
9
## 2.0.1
10
11
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "preact-iso",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "Isomorphic utilities for Preact",
"main": "./index.js",
"module": "./index.js",
0 commit comments