From 0a3944ee8cc8d7786e439d583d662930f09f9c5b Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Wed, 9 Nov 2022 15:47:34 +1100 Subject: [PATCH] chore(core): release 0.0.4 --- package-lock.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4363950c75..b69acd2845 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21894,7 +21894,7 @@ }, "packages/core": { "name": "@waku/core", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT OR Apache-2.0", "dependencies": { "@chainsafe/libp2p-gossipsub": "^4.1.1", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e2d59c8aa7..9acd63e3c9 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## @waku/core [0.0.4](https://github.com/waku-org/js-waku/compare/@waku/core@0.0.3...@waku/core@0.0.4) (2022-11-09) + +### Changed + +- Bumped `libp2p` to 0.39.2. + ## @waku/core [0.0.2](https://github.com/waku-org/js-waku/compare/@waku/core@0.0.1...@waku/core@0.0.2) (2022-11-04) ### Changed diff --git a/packages/core/package.json b/packages/core/package.json index d7fe1701d9..aa7663ae3a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@waku/core", - "version": "0.0.3", + "version": "0.0.4", "description": "TypeScript implementation of the Waku v2 protocol", "types": "./dist/index.d.ts", "module": "./dist/index.js",