Skip to content

Commit 182d91b

Browse files
authored
Merge pull request #133 from effectai/changeset-release/main
chore: version package
2 parents c0c76c9 + 7483b8a commit 182d91b

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

.changeset/thirty-elephants-raise.md

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

src/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @effectai/sdk
22

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- 68b5d21: Change types to match contracts on mainnet instead of jungle
8+
fix getTaskData index to consider the current batch
9+
310
## 2.0.1
411

512
### Patch Changes

src/package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
{
22
"name": "@effectai/sdk",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Effect Network Javscript/Typescript SDK (for [https://effect.network](https://effect.network))",
55
"main": "./dist/exports/index.js",
66
"module": "./dist/exports/index.js",
77
"browser": "dist/exports/index.js",
88
"types": "./dist/exports/index.d.ts",
9-
"files": ["dist"],
9+
"files": [
10+
"dist"
11+
],
1012
"type": "module",
1113
"repository": {
1214
"type": "git",
1315
"url": "git+https://github.com/effectai/effect-js.git"
1416
},
15-
"keywords": ["efx", "AI", "blockchain", "microtasks"],
17+
"keywords": [
18+
"efx",
19+
"AI",
20+
"blockchain",
21+
"microtasks"
22+
],
1623
"author": {
1724
"name": "Effect-AI",
1825
"url": "https://effect.network",

0 commit comments

Comments
 (0)