Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-05-09 16:47:41 +02:00 committed by GitHub
parent 4106248634
commit 88030482df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 11 deletions

View File

@ -1,5 +0,0 @@
---
"@status-im/js": patch
---
handle segmented waku messages

View File

@ -1,5 +0,0 @@
---
"@status-im/js": patch
---
optimize handling of token owner waku messages

View File

@ -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

View File

@ -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",