Skip to content

Commit d3ed935

Browse files
Merge pull request #595 from preactjs/changeset-release/main
Version Packages
2 parents 28dbca3 + 265db7c commit d3ed935

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# preact-iso
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [`79c7fd6`](https://github.com/preactjs/wmr/commit/79c7fd6a5cd46904779a630ac42207e9bf918f1c) [#594](https://github.com/preactjs/wmr/pull/594) Thanks [@developit](https://github.com/developit)! - Fixes a race condition in preact-iso `Router` by registering the link click handler immediately.
8+
39
## 2.0.0
410

511
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preact-iso",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Isomorphic utilities for Preact",
55
"main": "./index.js",
66
"module": "./index.js",

0 commit comments

Comments
 (0)