Skip to content

Commit

Permalink
version bump js v0.1.12; py v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebrabbani committed Oct 16, 2022
1 parent 843c595 commit 9e8efd9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
8 changes: 6 additions & 2 deletions 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.11
### 0.1.12

- Remove `sha3` dependency from Python SDK

### [0.1.11](https://github.com/forta-network/forta-bot-sdk/commit/57d625b1f6cafc6a5cdcd19b38d3395aac31ff60)

- Bug fix to the `fetch_jwt` method in the Python sdk

### [0.1.10](https://github.com/forta-network/forta-bot-sdk/commit/debe98ba192fe500dd2259d03a511e40054abb04)
Expand All @@ -26,7 +31,6 @@ We have a [bug bounty program on Immunefi](https://immunefi.com/bounty/forta). P
- Added new method `get_alerts` to Python sdk to that fetches alerts using forta's alert graphql api
- Fixing docker build issue


### [0.1.8](https://github.com/forta-network/forta-bot-sdk/commit/9740a8ad0acdcd112d8bd6ba72f191e0b67602cd)

- Updated chainId validation of `run` command to print out warning instead of throwing error
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.11",
"version": "0.1.12",
"license": "MIT",
"description": "Forta Agent SDK and CLI tool",
"homepage": "https://forta.org/",
Expand Down
2 changes: 1 addition & 1 deletion python-sdk/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = forta_agent
version = 0.1.4
version = 0.1.5
description = Forta Agent Python SDK
url = https://forta.org/
project_urls =
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.11"
"forta-agent": "^0.1.12"
},
"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.11"
"forta-agent": "^0.1.12"
},
"devDependencies": {
"nodemon": "^2.0.8"
Expand Down
2 changes: 1 addition & 1 deletion starter-project/py/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
forta_agent>=0.1.4
forta_agent>=0.1.5
setuptools>=61.3.1
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.11"
"forta-agent": "^0.1.12"
},
"devDependencies": {
"@types/jest": "^27.0.1",
Expand Down

0 comments on commit 9e8efd9

Please # to comment.