Skip to content

Commit

Permalink
chore(release): 5.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.4](libp2p/js-libp2p-websockets@v5.0.3...v5.0.4) (2023-03-03)

### Bug Fixes

* Only filter by wss not dns ([libp2p#218](libp2p/js-libp2p-websockets#218)) ([434d44c](libp2p/js-libp2p-websockets@434d44c))

### Trivial Changes

* Update .github/workflows/semantic-pull-request.yml [skip ci] ([fad99cc](libp2p/js-libp2p-websockets@fad99cc))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([b1954aa](libp2p/js-libp2p-websockets@b1954aa))
  • Loading branch information
semantic-release-bot committed Mar 3, 2023
1 parent ed33ee8 commit f21d488
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [5.0.4](https://github.com/libp2p/js-libp2p-websockets/compare/v5.0.3...v5.0.4) (2023-03-03)


### Bug Fixes

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


### Trivial Changes

* Update .github/workflows/semantic-pull-request.yml [skip ci] ([fad99cc](https://github.com/libp2p/js-libp2p-websockets/commit/fad99cca84037922b62785829fb67c6110ea4c16))
* Update .github/workflows/semantic-pull-request.yml [skip ci] ([b1954aa](https://github.com/libp2p/js-libp2p-websockets/commit/b1954aad07080a24db9021ea2736d34a4e444d00))

## [5.0.3](https://github.com/libp2p/js-libp2p-websockets/compare/v5.0.2...v5.0.3) (2023-01-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/websockets",
"version": "5.0.3",
"version": "5.0.4",
"description": "JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport spec",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-websockets#readme",
Expand Down

0 comments on commit f21d488

Please sign in to comment.