Release (#545)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
7da654649d
commit
4ff9d6ba5c
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@status-im/js': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
validate metadata for communities with owner token
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@status-im/js': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
iterate metadata sequentially
|
|
|
@ -1,5 +1,15 @@
|
||||||
# @status-im/js
|
# @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
|
## 0.5.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@status-im/js",
|
"name": "@status-im/js",
|
||||||
"version": "0.5.1",
|
"version": "0.6.0",
|
||||||
"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