chore: release 0.25.0-rc.1

This commit is contained in:
fryorcraken.eth 2022-08-19 17:55:46 +10:00
parent d7181da98b
commit 72681750e4
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "js-waku",
"version": "0.24.0",
"version": "0.25.0-rc.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "js-waku",
"version": "0.24.0",
"version": "0.25.0-rc.1",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^3.4.0",

View File

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