Skip to content

Commit

Permalink
Merge pull request #187 from forta-network/release-0.1.8
Browse files Browse the repository at this point in the history
release js 0.1.8
  • Loading branch information
haseebrabbani committed Jun 24, 2022
2 parents 79abd7a + 9888d01 commit 9740a8a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ Visit [forta.org](https://forta.org/) to learn more about Forta. See the develop

## Changelog

### 0.1.7
### 0.1.8

- Updated chainId validation of `run` command to print out warning instead of throwing error
- Added `info` and `logs` commands as npm scripts of starter projects
- Updated `uploadImage` function to accept image tag suffix

### [0.1.7](https://github.com/forta-network/forta-bot-sdk/commit/e06a0198d4515e0354503754cc0e7b157fe72d27)

- Added two new cli commands: `info` and `logs`
- Validate chainId of jsonRpcUrl when running bot
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forta-agent",
"version": "0.1.7",
"version": "0.1.8",
"license": "MIT",
"description": "Forta Agent SDK and CLI tool",
"homepage": "https://forta.org/",
Expand Down
2 changes: 1 addition & 1 deletion starter-project/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "jest"
},
"dependencies": {
"forta-agent": "^0.1.7"
"forta-agent": "^0.1.8"
},
"devDependencies": {
"jest": "^27.0.6",
Expand Down
2 changes: 1 addition & 1 deletion starter-project/py/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test": "python3 -m pytest"
},
"dependencies": {
"forta-agent": "^0.1.7"
"forta-agent": "^0.1.8"
},
"devDependencies": {
"nodemon": "^2.0.8"
Expand Down
2 changes: 1 addition & 1 deletion starter-project/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test": "jest"
},
"dependencies": {
"forta-agent": "^0.1.7"
"forta-agent": "^0.1.8"
},
"devDependencies": {
"@types/jest": "^27.0.1",
Expand Down

0 comments on commit 9740a8a

Please sign in to comment.