diff --git a/CHANGELOG.md b/CHANGELOG.md index e9cba68..a48de44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.6](https://github.com/libp2p/js-libp2p-webrtc/compare/v2.0.5...v2.0.6) (2023-06-04) + + +### Documentation + +* update README.md example ([#178](https://github.com/libp2p/js-libp2p-webrtc/issues/178)) ([1264875](https://github.com/libp2p/js-libp2p-webrtc/commit/1264875ebd40b057e70aa47bebde45bfbe80facb)) + ## [2.0.5](https://github.com/libp2p/js-libp2p-webrtc/compare/v2.0.4...v2.0.5) (2023-06-01) diff --git a/package.json b/package.json index c134617..9a3ee33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/webrtc", - "version": "2.0.5", + "version": "2.0.6", "description": "A libp2p transport using WebRTC connections", "author": "", "license": "Apache-2.0 OR MIT",