Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit f21d488

Browse files
chore(release): 5.0.4 [skip ci]
## [5.0.4](v5.0.3...v5.0.4) (2023-03-03) ### Bug Fixes * Only filter by wss not dns ([#218](#218)) ([434d44c](434d44c)) ### Trivial Changes * Update .github/workflows/semantic-pull-request.yml [skip ci] ([fad99cc](fad99cc)) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([b1954aa](b1954aa))
1 parent ed33ee8 commit f21d488

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [5.0.4](https://github.com/libp2p/js-libp2p-websockets/compare/v5.0.3...v5.0.4) (2023-03-03)
2+
3+
4+
### Bug Fixes
5+
6+
* Only filter by wss not dns ([#218](https://github.com/libp2p/js-libp2p-websockets/issues/218)) ([434d44c](https://github.com/libp2p/js-libp2p-websockets/commit/434d44cdfcbab48008a160cca2da1129cb43860b))
7+
8+
9+
### Trivial Changes
10+
11+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([fad99cc](https://github.com/libp2p/js-libp2p-websockets/commit/fad99cca84037922b62785829fb67c6110ea4c16))
12+
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([b1954aa](https://github.com/libp2p/js-libp2p-websockets/commit/b1954aad07080a24db9021ea2736d34a4e444d00))
13+
114
## [5.0.3](https://github.com/libp2p/js-libp2p-websockets/compare/v5.0.2...v5.0.3) (2023-01-13)
215

316

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/websockets",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
44
"description": "JavaScript implementation of the WebSockets 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-websockets#readme",

0 commit comments

Comments
 (0)