diff --git a/package-lock.json b/package-lock.json index 6509d9e359..b713299266 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/packages/core/package.json b/packages/core/package.json index 6fa752b592..84b24025bf 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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",