Skip to content

Commit 041c935

Browse files
chore(release): 1.0.5 [skip ci]
## [1.0.5](libp2p/js-libp2p-webtransport@v1.0.4...v1.0.5) (2022-11-16) ### Bug Fixes * Close stream after sink ([libp2p#23](libp2p/js-libp2p-webtransport#23)) ([a95720c](libp2p/js-libp2p-webtransport@a95720c))
1 parent a95720c commit 041c935

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.5](https://github.com/libp2p/js-libp2p-webtransport/compare/v1.0.4...v1.0.5) (2022-11-16)
2+
3+
4+
### Bug Fixes
5+
6+
* Close stream after sink ([#23](https://github.com/libp2p/js-libp2p-webtransport/issues/23)) ([a95720c](https://github.com/libp2p/js-libp2p-webtransport/commit/a95720c367c8061ae45b4ae4bc4180e3ceea61cc))
7+
18
## [1.0.4](https://github.com/libp2p/js-libp2p-webtransport/compare/v1.0.3...v1.0.4) (2022-11-01)
29

310

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.4",
3+
"version": "1.0.5",
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)