chore(message-encryption): release 0.0.3

This commit is contained in:
fryorcraken.eth 2022-11-04 16:26:53 +11:00
parent 158f04b051
commit 5d64f8b90a
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -22893,7 +22893,7 @@
},
"packages/message-encryption": {
"name": "@waku/message-encryption",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@noble/secp256k1": "^1.3.4",

View File

@ -1,6 +1,6 @@
{
"name": "@waku/message-encryption",
"version": "0.0.2",
"version": "0.0.3",
"description": "Waku Message Payload Encryption",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",