diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..830d822 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +## 1.0.0 (2022-06-14) + + +### Trivial Changes + +* initial commit [skip ci] ([eeb07d9](https://github.com/libp2p/js-libp2p-components/commit/eeb07d96f549dad385fd1bc14664c26781816816)) +* update project ([#1](https://github.com/libp2p/js-libp2p-components/issues/1)) ([df12707](https://github.com/libp2p/js-libp2p-components/commit/df12707ea6a4e7118381453e558d95bf3d9bff08)) diff --git a/package.json b/package.json index 7e84401..35a2647 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/components", - "version": "0.0.2", + "version": "1.0.0", "description": "Container for libp2p components", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-components#readme",