Skip to content

Commit ff5e3c0

Browse files
committed
chore: bumps up version
1 parent 56a5676 commit ff5e3c0

File tree

3 files changed

+24
-12
lines changed

3 files changed

+24
-12
lines changed

typescript/.changeset/kind-steaks-warn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

typescript/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
# @lens-chain/storage-client
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 56a5676: **fix**: mandatory `options` in `StorageClient#uplaodAsJson` signature.
8+
39
## 1.0.1
410

511
### Patch Changes
612

7-
- b26eb1e: fix: optional ACL signature
13+
- b26eb1e: *fix*: optional ACL signature
814

915
## 1.0.0
1016

1117
### Major Changes
1218

13-
- 37c9dad: feat: releasing client library for Grove
19+
- 37c9dad: **feat**: releasing client library for Grove
1420

1521
### Minor Changes
1622

typescript/package.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
{
22
"name": "@lens-chain/storage-client",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "The easiest way to store data on Lens Grove.",
55
"type": "module",
66
"main": "dist/index.cjs",
77
"module": "dist/index.js",
88
"types": "dist/index.d.ts",
99
"sideEffects": false,
10-
"files": ["dist"],
11-
"keywords": ["lens", "chain", "storage", "node"],
10+
"files": [
11+
"dist"
12+
],
13+
"keywords": [
14+
"lens",
15+
"chain",
16+
"storage",
17+
"node"
18+
],
1219
"exports": {
1320
".": {
1421
"import": "./dist/index.js",
@@ -17,8 +24,12 @@
1724
},
1825
"typesVersions": {
1926
"*": {
20-
"import": ["./dist/index.d.ts"],
21-
"require": ["./dist/index.d.cts"]
27+
"import": [
28+
"./dist/index.d.ts"
29+
],
30+
"require": [
31+
"./dist/index.d.cts"
32+
]
2233
}
2334
},
2435
"scripts": {

0 commit comments

Comments
 (0)