Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 059a37c

Browse files
chore(release): 1.0.9 [skip ci]
## [1.0.9](v1.0.8...v1.0.9) (2023-03-22) ### Dependencies * update @multiformats/multiaddr to 12.x.x ([#58](#58)) ([1b3d005](1b3d005)) ### Documentation * **example:** add helper instructions for running example ([#56](#56)) ([0f0d54b](0f0d54b))
1 parent 0f0d54b commit 059a37c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.0.9](https://github.com/libp2p/js-libp2p-webtransport/compare/v1.0.8...v1.0.9) (2023-03-22)
2+
3+
4+
### Dependencies
5+
6+
* update @multiformats/multiaddr to 12.x.x ([#58](https://github.com/libp2p/js-libp2p-webtransport/issues/58)) ([1b3d005](https://github.com/libp2p/js-libp2p-webtransport/commit/1b3d005e4d82a2fec3e9ab32bb813cae9e073af2))
7+
8+
9+
### Documentation
10+
11+
* **example:** add helper instructions for running example ([#56](https://github.com/libp2p/js-libp2p-webtransport/issues/56)) ([0f0d54b](https://github.com/libp2p/js-libp2p-webtransport/commit/0f0d54b56a60ea80a91f96b05b74f2d42f443a15))
12+
113
## [1.0.8](https://github.com/libp2p/js-libp2p-webtransport/compare/v1.0.7...v1.0.8) (2023-03-22)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/webtransport",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
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)