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.
2 parents dffa826 + 8df258f commit b04d8d7Copy full SHA for b04d8d7
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# preact-iso
2
3
+## 2.0.3
4
+
5
+### Patch Changes
6
7
+- [`62840d8`](https://github.com/preactjs/wmr/commit/62840d82eddf1bda9447c08750fe6886751edee7) [#665](https://github.com/preactjs/wmr/pull/665) Thanks [@rschristian](https://github.com/rschristian)! - Removing unused imports (and associated console warnings) in preact-iso
8
9
## 2.0.2
10
11
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "preact-iso",
- "version": "2.0.2",
+ "version": "2.0.3",
"description": "Isomorphic utilities for Preact",
"main": "./index.js",
"module": "./index.js",
0 commit comments