Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-03-26 14:33:42 +09:00 committed by GitHub
parent 7da654649d
commit 4ff9d6ba5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 11 deletions

View File

@ -1,5 +0,0 @@
---
'@status-im/js': minor
---
validate metadata for communities with owner token

View File

@ -1,5 +0,0 @@
---
'@status-im/js': patch
---
iterate metadata sequentially

View File

@ -1,5 +1,15 @@
# @status-im/js
## 0.6.0
### Minor Changes
- 195e3f9: validate metadata for communities with owner token
### Patch Changes
- 7da6546: iterate metadata sequentially
## 0.5.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@status-im/js",
"version": "0.5.1",
"version": "0.6.0",
"license": "MIT OR Apache-2.0",
"type": "module",
"main": "./dist/index.js",