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

Commit

Permalink
chore(release): 3.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.4](v3.0.3...v3.0.4) (2022-09-21)

### Bug Fixes

* remove set timeout ([#182](#182)) ([23518b0](23518b0)), closes [#121](#121)
* socket close event not working in browser ([#183](#183)) ([9076b5b](9076b5b)), closes [#179](#179)

### Trivial Changes

* Update .github/workflows/stale.yml [skip ci] ([64411ee](64411ee))

### Dependencies

* update @multiformats/multiaddr to 11.0.0 ([#185](#185)) ([539db88](539db88))
  • Loading branch information
semantic-release-bot committed Sep 21, 2022
1 parent 539db88 commit f5878a2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [3.0.4](https://github.com/libp2p/js-libp2p-websockets/compare/v3.0.3...v3.0.4) (2022-09-21)


### Bug Fixes

* remove set timeout ([#182](https://github.com/libp2p/js-libp2p-websockets/issues/182)) ([23518b0](https://github.com/libp2p/js-libp2p-websockets/commit/23518b0dad79d2c38bca8d600bd763703534b7a6)), closes [#121](https://github.com/libp2p/js-libp2p-websockets/issues/121)
* socket close event not working in browser ([#183](https://github.com/libp2p/js-libp2p-websockets/issues/183)) ([9076b5b](https://github.com/libp2p/js-libp2p-websockets/commit/9076b5bade8dd453b98fc73f0dc0bddaba0fe882)), closes [#179](https://github.com/libp2p/js-libp2p-websockets/issues/179)


### Trivial Changes

* Update .github/workflows/stale.yml [skip ci] ([64411ee](https://github.com/libp2p/js-libp2p-websockets/commit/64411eef588a57adb65868940e489f0badfb579d))


### Dependencies

* update @multiformats/multiaddr to 11.0.0 ([#185](https://github.com/libp2p/js-libp2p-websockets/issues/185)) ([539db88](https://github.com/libp2p/js-libp2p-websockets/commit/539db8806dc7748f9c5d6c8ba785a3c78bb92c62))

## [3.0.3](https://github.com/libp2p/js-libp2p-websockets/compare/v3.0.2...v3.0.3) (2022-09-01)


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": "3.0.3",
"version": "3.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 f5878a2

Please sign in to comment.