diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..f11a560d40 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +## 1.0.0 (2022-12-13) + + +### Bug Fixes + +* update project config ([#65](https://github.com/libp2p/js-libp2p-webrtc/issues/65)) ([09c33cc](https://github.com/libp2p/js-libp2p-webrtc/commit/09c33ccfff97059eab001e46a662467dea670ce1)) + + +### Dependencies + +* update libp2p to release version ([dbd0237](https://github.com/libp2p/js-libp2p-webrtc/commit/dbd0237e9f8500ac13948e3a35d912df257968a4)) + + +### Trivial Changes + +* Update .github/workflows/stale.yml [skip ci] ([43c70bc](https://github.com/libp2p/js-libp2p-webrtc/commit/43c70bcd3c63388ed44d76703ce9a32e51d9ef30)) + + +### Documentation + +* fix 'browser to server' build config ([#66](https://github.com/libp2p/js-libp2p-webrtc/issues/66)) ([b54132c](https://github.com/libp2p/js-libp2p-webrtc/commit/b54132cecac180f0577a1b7905f79b20207c3647)) diff --git a/package.json b/package.json index 0337a92994..b7325aa1ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/webrtc", - "version": "0.0.0", + "version": "1.0.0", "description": "A libp2p transport using WebRTC connections", "author": "", "license": "Apache-2.0 OR MIT",