Skip to content

Commit 2b7aa5e

Browse files
chore(release): 1.0.8 [skip ci]
## [1.0.8](libp2p/js-libp2p-webtransport@v1.0.7...v1.0.8) (2023-03-22) ### Trivial Changes * constrain go version examples run with ([libp2p#57](libp2p/js-libp2p-webtransport#57)) ([aa177a8](libp2p/js-libp2p-webtransport@aa177a8)) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([9435f0d](libp2p/js-libp2p-webtransport@9435f0d)) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([63f0c33](libp2p/js-libp2p-webtransport@63f0c33)) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([5e3a711](libp2p/js-libp2p-webtransport@5e3a711)) ### Dependencies * **dev:** bump aegir from 37.12.1 to 38.1.7 ([libp2p#54](libp2p/js-libp2p-webtransport#54)) ([23bbd82](libp2p/js-libp2p-webtransport@23bbd82))
1 parent 23bbd82 commit 2b7aa5e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [1.0.8](https://github.com/libp2p/js-libp2p-webtransport/compare/v1.0.7...v1.0.8) (2023-03-22)
2+
3+
4+
### Trivial Changes
5+
6+
* constrain go version examples run with ([#57](https://github.com/libp2p/js-libp2p-webtransport/issues/57)) ([aa177a8](https://github.com/libp2p/js-libp2p-webtransport/commit/aa177a8afcdb4fcccbd22cd97e8676fa00a44187))
7+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([9435f0d](https://github.com/libp2p/js-libp2p-webtransport/commit/9435f0d1f9a93169e26789c6a3cb0706f06149cd))
8+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([63f0c33](https://github.com/libp2p/js-libp2p-webtransport/commit/63f0c33bc2b876c11ec756e132bb679f32f46245))
9+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([5e3a711](https://github.com/libp2p/js-libp2p-webtransport/commit/5e3a71197f1c8e89a9a5c05bdeee544bc3e460f1))
10+
11+
12+
### Dependencies
13+
14+
* **dev:** bump aegir from 37.12.1 to 38.1.7 ([#54](https://github.com/libp2p/js-libp2p-webtransport/issues/54)) ([23bbd82](https://github.com/libp2p/js-libp2p-webtransport/commit/23bbd82bf2c3caa25d5964c98f7362736134862d))
15+
116
## [1.0.7](https://github.com/libp2p/js-libp2p-webtransport/compare/v1.0.6...v1.0.7) (2023-01-12)
217

318

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