Release (#551)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
18504de67c
commit
8afb049840
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@status-im/js": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Update encode-url-data.ts
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@status-im/js": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix user schema in `encode-url-data.ts`
|
|
|
@ -1,5 +1,12 @@
|
||||||
# @status-im/js
|
# @status-im/js
|
||||||
|
|
||||||
|
## 0.6.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 13f7ed5: Update encode-url-data.ts
|
||||||
|
- 18504de: fix user schema in `encode-url-data.ts`
|
||||||
|
|
||||||
## 0.6.2
|
## 0.6.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@status-im/js",
|
"name": "@status-im/js",
|
||||||
"version": "0.6.2",
|
"version": "0.6.3",
|
||||||
"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