diff --git a/CHANGELOG.md b/CHANGELOG.md index f11a560..4fe2f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/libp2p/js-libp2p-webrtc/compare/v1.0.0...v1.0.1) (2023-01-03) + + +### Bug Fixes + +* remove uuid dependency ([#68](https://github.com/libp2p/js-libp2p-webrtc/issues/68)) ([fb14b88](https://github.com/libp2p/js-libp2p-webrtc/commit/fb14b880d1b1b278e1e826bb0d9939db358e6ccc)) + ## 1.0.0 (2022-12-13) diff --git a/package.json b/package.json index 88a2480..46f3c5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/webrtc", - "version": "1.0.0", + "version": "1.0.1", "description": "A libp2p transport using WebRTC connections", "author": "", "license": "Apache-2.0 OR MIT",