Release (#558)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
4106248634
commit
88030482df
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@status-im/js": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
handle segmented waku messages
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@status-im/js": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
optimize handling of token owner waku messages
|
|
|
@ -1,5 +1,12 @@
|
||||||
# @status-im/js
|
# @status-im/js
|
||||||
|
|
||||||
|
## 0.6.5
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- a7008b5: handle segmented waku messages
|
||||||
|
- 4106248: optimize handling of token owner waku messages
|
||||||
|
|
||||||
## 0.6.4
|
## 0.6.4
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@status-im/js",
|
"name": "@status-im/js",
|
||||||
"version": "0.6.4",
|
"version": "0.6.5",
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
|
|
Loading…
Reference in New Issue