diff --git a/package-lock.json b/package-lock.json index cffeafcda3..87927ad40f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27098,7 +27098,7 @@ }, "packages/core": { "name": "@waku/core", - "version": "0.0.6", + "version": "0.0.7", "license": "MIT OR Apache-2.0", "dependencies": { "@chainsafe/libp2p-gossipsub": "^5.2.1", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9295354a21..d0bfdf89c6 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [@waku/core@0.0.7] - 2022-12-15 + ### Added - Add `@multiformats/multiaddr` as peer dependency. @@ -625,7 +627,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [ReactJS Chat App example](./examples/web-chat). - [Typedoc Documentation](https://js-waku.wakuconnect.dev/). -[unreleased]: https://github.com/status-im/js-waku/compare/@waku/core@0.0.5...HEAD +[unreleased]: https://github.com/status-im/js-waku/compare/@waku/core@0.0.7...HEAD +[@waku/core@0.0.7]: https://github.com/waku-org/js-waku/compare/@waku/core@0.0.6...@waku/core@0.0.7 +[@waku/core@0.0.6]: https://github.com/waku-org/js-waku/compare/@waku/core@0.0.5...@waku/core@0.0.6 [@waku/core@0.0.5]: https://github.com/waku-org/js-waku/compare/@waku/core@0.0.4...@waku/core@0.0.5 [@waku/core@0.0.4]: https://github.com/waku-org/js-waku/compare/@waku/core@0.0.3...@waku/core@0.0.4 [@waku/core@0.0.3]: https://github.com/waku-org/js-waku/compare/@waku/core@0.0.2...@waku/core@0.0.3 diff --git a/packages/core/package.json b/packages/core/package.json index bb2689c0e8..a548f556a8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@waku/core", - "version": "0.0.6", + "version": "0.0.7", "description": "TypeScript implementation of the Waku v2 protocol", "types": "./dist/index.d.ts", "module": "./dist/index.js",