diff --git a/CHANGELOG.md b/CHANGELOG.md index 95b049b..26285c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.8](https://github.com/libp2p/js-libp2p-websockets/compare/v5.0.7...v5.0.8) (2023-03-31) + + +### Dependencies + +* **dev:** bump it-all from 2.0.1 to 3.0.1 ([#226](https://github.com/libp2p/js-libp2p-websockets/issues/226)) ([8e9affd](https://github.com/libp2p/js-libp2p-websockets/commit/8e9affdd6ddda9a2678a143fb9390cf6917a8aff)) + ## [5.0.7](https://github.com/libp2p/js-libp2p-websockets/compare/v5.0.6...v5.0.7) (2023-03-20) diff --git a/package.json b/package.json index 998e4bc..a205f5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/websockets", - "version": "5.0.7", + "version": "5.0.8", "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", @@ -180,7 +180,7 @@ "@types/ws": "^8.2.2", "aegir": "^38.1.7", "is-loopback-addr": "^2.0.1", - "it-all": "^2.0.0", + "it-all": "^3.0.1", "it-drain": "^2.0.0", "it-goodbye": "^4.0.1", "it-pipe": "^2.0.3",