Skip to content

Commit 28b2aad

Browse files
chore(release): 1.0.5 [skip ci]
## [1.0.5](libp2p/js-libp2p-webrtc@v1.0.4...v1.0.5) (2023-03-30) ### Bug Fixes * correction package.json exports types path ([libp2p#103](libp2p/js-libp2p-webrtc#103)) ([c78851f](libp2p/js-libp2p-webrtc@c78851f)) ### Trivial Changes * replace err-code with CodeError ([libp2p#82](libp2p/js-libp2p-webrtc#82)) ([cfa6494](libp2p/js-libp2p-webrtc@cfa6494)) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([f0ae5e7](libp2p/js-libp2p-webrtc@f0ae5e7)) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([4c8806c](libp2p/js-libp2p-webrtc@4c8806c))
1 parent c78851f commit 28b2aad

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.0.5](https://github.com/libp2p/js-libp2p-webrtc/compare/v1.0.4...v1.0.5) (2023-03-30)
2+
3+
4+
### Bug Fixes
5+
6+
* correction package.json exports types path ([#103](https://github.com/libp2p/js-libp2p-webrtc/issues/103)) ([c78851f](https://github.com/libp2p/js-libp2p-webrtc/commit/c78851fe71f6a6ca79a146a7022e818378ea6721))
7+
8+
9+
### Trivial Changes
10+
11+
* replace err-code with CodeError ([#82](https://github.com/libp2p/js-libp2p-webrtc/issues/82)) ([cfa6494](https://github.com/libp2p/js-libp2p-webrtc/commit/cfa6494c43c4edb977e70abe81a260bf0e03de73))
12+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([f0ae5e7](https://github.com/libp2p/js-libp2p-webrtc/commit/f0ae5e78a0469bd1129d7b242e4fb41f0b2ed49e))
13+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([4c8806c](https://github.com/libp2p/js-libp2p-webrtc/commit/4c8806c6d2a1a8eff48f0e2248203d48bd84c065))
14+
115
## [1.0.4](https://github.com/libp2p/js-libp2p-webrtc/compare/v1.0.3...v1.0.4) (2023-02-22)
216

317

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/webrtc",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "A libp2p transport using WebRTC connections",
55
"author": "",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)