Skip to content

Commit d077942

Browse files
chore(release): 1.0.7 [skip ci]
## [1.0.7](libp2p/js-libp2p-webtransport@v1.0.6...v1.0.7) (2023-01-12) ### Dependencies * Update deps and add quic-v1 support ([libp2p#44](libp2p/js-libp2p-webtransport#44)) ([d1613b1](libp2p/js-libp2p-webtransport@d1613b1)), closes [libp2p#35](libp2p/js-libp2p-webtransport#35) ### Documentation * update project config to publish api docs ([libp2p#45](libp2p/js-libp2p-webtransport#45)) ([bdbf402](libp2p/js-libp2p-webtransport@bdbf402))
1 parent bdbf402 commit d077942

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.0.7](https://github.com/libp2p/js-libp2p-webtransport/compare/v1.0.6...v1.0.7) (2023-01-12)
2+
3+
4+
### Dependencies
5+
6+
* Update deps and add quic-v1 support ([#44](https://github.com/libp2p/js-libp2p-webtransport/issues/44)) ([d1613b1](https://github.com/libp2p/js-libp2p-webtransport/commit/d1613b10c1c8164fadcbe9a28175b7f0099d1645)), closes [#35](https://github.com/libp2p/js-libp2p-webtransport/issues/35)
7+
8+
9+
### Documentation
10+
11+
* update project config to publish api docs ([#45](https://github.com/libp2p/js-libp2p-webtransport/issues/45)) ([bdbf402](https://github.com/libp2p/js-libp2p-webtransport/commit/bdbf4025b5f80d6cc8af49596da09386538dc791))
12+
113
## [1.0.6](https://github.com/libp2p/js-libp2p-webtransport/compare/v1.0.5...v1.0.6) (2022-12-06)
214

315

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/webtransport",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
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",
@@ -173,4 +173,4 @@
173173
"browser": {
174174
"./dist/src/listener.js": "./dist/src/listener.browser.js"
175175
}
176-
}
176+
}

0 commit comments

Comments
 (0)