Skip to content

Commit

Permalink
Merge pull request #133 from effectai/changeset-release/main
Browse files Browse the repository at this point in the history
chore: version package
  • Loading branch information
Jeffrieh authored Jul 19, 2024
2 parents c0c76c9 + 7483b8a commit 182d91b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/thirty-elephants-raise.md

This file was deleted.

7 changes: 7 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @effectai/sdk

## 2.0.2

### Patch Changes

- 68b5d21: Change types to match contracts on mainnet instead of jungle
fix getTaskData index to consider the current batch

## 2.0.1

### Patch Changes
Expand Down
13 changes: 10 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
{
"name": "@effectai/sdk",
"version": "2.0.1",
"version": "2.0.2",
"description": "Effect Network Javscript/Typescript SDK (for [https://effect.network](https://effect.network))",
"main": "./dist/exports/index.js",
"module": "./dist/exports/index.js",
"browser": "dist/exports/index.js",
"types": "./dist/exports/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/effectai/effect-js.git"
},
"keywords": ["efx", "AI", "blockchain", "microtasks"],
"keywords": [
"efx",
"AI",
"blockchain",
"microtasks"
],
"author": {
"name": "Effect-AI",
"url": "https://effect.network",
Expand Down

0 comments on commit 182d91b

Please sign in to comment.