Skip to content

Commit bae7952

Browse files
chore(release): 1.0.10 [skip ci]
## [1.0.10](libp2p/js-libp2p-webtransport@v1.0.9...v1.0.10) (2023-03-24) ### Bug Fixes * window is not defined in worker contexts ([libp2p#59](libp2p/js-libp2p-webtransport#59)) ([94c646b](libp2p/js-libp2p-webtransport@94c646b))
1 parent 94c646b commit bae7952

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.10](https://github.com/libp2p/js-libp2p-webtransport/compare/v1.0.9...v1.0.10) (2023-03-24)
2+
3+
4+
### Bug Fixes
5+
6+
* window is not defined in worker contexts ([#59](https://github.com/libp2p/js-libp2p-webtransport/issues/59)) ([94c646b](https://github.com/libp2p/js-libp2p-webtransport/commit/94c646bdcdb9c1e5fa13d00a3ae03bc6c5727404))
7+
18
## [1.0.9](https://github.com/libp2p/js-libp2p-webtransport/compare/v1.0.8...v1.0.9) (2023-03-22)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/webtransport",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "JavaScript implementation of the WebTransport module that libp2p uses and that implements the interface-transport spec",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-webtransport#readme",

0 commit comments

Comments
 (0)