Merge pull request #1020 from waku-org/release/core@0.0.5

This commit is contained in:
fryorcraken.eth 2022-11-11 16:55:45 +11:00 committed by GitHub
commit b8a44a6060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 4 deletions

4
package-lock.json generated
View File

@ -21894,7 +21894,7 @@
},
"packages/core": {
"name": "@waku/core",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^4.1.1",
@ -22152,7 +22152,7 @@
},
"packages/interfaces": {
"name": "@waku/interfaces",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^4.1.1",

View File

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## @waku/core [0.0.5](https://github.com/waku-org/js-waku/compare/@waku/core@0.0.4...@waku/core@0.0.5) (2022-11-11)
### Changed
- Bumped `libp2p` to 0.39.5.
## @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

View File

@ -1,6 +1,6 @@
{
"name": "@waku/core",
"version": "0.0.4",
"version": "0.0.5",
"description": "TypeScript implementation of the Waku v2 protocol",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@waku/interfaces",
"version": "0.0.3",
"version": "0.0.4",
"description": "Definition of Waku interfaces",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",