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

Commit 2b7aa5e

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

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
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

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.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)