From 4e72cf2cff52088d0438ac0d28be052e6edd35d5 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Wed, 25 Jan 2023 15:29:23 +1100 Subject: [PATCH] chore: release @waku/core@0.0.10 --- package-lock.json | 2 +- packages/core/CHANGELOG.md | 13 ++++++++++++- packages/core/package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 106825e039..6a1cebeb09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26299,7 +26299,7 @@ }, "packages/core": { "name": "@waku/core", - "version": "0.0.9", + "version": "0.0.10", "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 c6975fb104..c70b859f53 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [@waku/core@0.0.10] - 2023-01-25 + +### Changed + +- Ping Relay messages are now set as ephemeral. + +### Fixed + +- Moved `@chai` and `@fast-check` to `devDependencies` list. + ## [@waku/core@0.0.9] - 2023-01-18 ### Changed @@ -646,7 +656,8 @@ 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.9...HEAD +[unreleased]: https://github.com/status-im/js-waku/compare/@waku/core@0.0.10...HEAD +[@waku/core@0.0.10]: https://github.com/waku-org/js-waku/compare/@waku/core@0.0.9...@waku/core@0.0.10 [@waku/core@0.0.9]: https://github.com/waku-org/js-waku/compare/@waku/core@0.0.8...@waku/core@0.0.9 [@waku/core@0.0.8]: https://github.com/waku-org/js-waku/compare/@waku/core@0.0.7...@waku/core@0.0.8 [@waku/core@0.0.7]: https://github.com/waku-org/js-waku/compare/@waku/core@0.0.6...@waku/core@0.0.7 diff --git a/packages/core/package.json b/packages/core/package.json index 7c1648b67f..b7531abc57 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@waku/core", - "version": "0.0.9", + "version": "0.0.10", "description": "TypeScript implementation of the Waku v2 protocol", "types": "./dist/index.d.ts", "module": "./dist/index.js",