Skip to content

Commit

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

## Changelog

### 0.1.29
### 0.1.30

- Expanded alert query lookback window when running handleAlert locally
- Improved sharding configuration validation

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

- Added new `stake` CLI command to stake on a detection bot
- Fixed Python error handling to also reject NodeJS promise
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.29",
"version": "0.1.30",
"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 @@ -27,7 +27,7 @@
"test": "jest"
},
"dependencies": {
"forta-agent": "^0.1.29"
"forta-agent": "^0.1.30"
},
"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 @@ -28,7 +28,7 @@
"test": "python3 -m pytest"
},
"dependencies": {
"forta-agent": "^0.1.29"
"forta-agent": "^0.1.30"
},
"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 @@ -28,7 +28,7 @@
"test": "jest"
},
"dependencies": {
"forta-agent": "^0.1.29"
"forta-agent": "^0.1.30"
},
"devDependencies": {
"@types/jest": "^27.0.1",
Expand Down

0 comments on commit 3858fbf

Please sign in to comment.