Skip to content

Commit

Permalink
release js v0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebrabbani committed Mar 15, 2023
1 parent 9466e0b commit 4b624a2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ We have a [bug bounty program on Immunefi](https://immunefi.com/bounty/forta). P

## Changelog

### 0.1.21
### 0.1.22

- Updated `run` command to wait 60 seconds between alert queries for bots using `handleAlert` locally

### [0.1.21](https://github.com/forta-network/forta-bot-sdk/commit/4b6a795b98c211b3e48253aec383405a4b676f41)

- Added support for address bloom filters on AlertEvent
- Updated CLI errors to return a non-zero exit code
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.21",
"version": "0.1.22",
"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 @@ -26,7 +26,7 @@
"test": "jest"
},
"dependencies": {
"forta-agent": "^0.1.21"
"forta-agent": "^0.1.22"
},
"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 @@ -27,7 +27,7 @@
"test": "python3 -m pytest"
},
"dependencies": {
"forta-agent": "^0.1.21"
"forta-agent": "^0.1.22"
},
"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 @@ -27,7 +27,7 @@
"test": "jest"
},
"dependencies": {
"forta-agent": "^0.1.21"
"forta-agent": "^0.1.22"
},
"devDependencies": {
"@types/jest": "^27.0.1",
Expand Down

0 comments on commit 4b624a2

Please sign in to comment.