Skip to content

Commit 9e8efd9

Browse files
committed
version bump js v0.1.12; py v0.1.5
1 parent 843c595 commit 9e8efd9

7 files changed

Lines changed: 12 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ We have a [bug bounty program on Immunefi](https://immunefi.com/bounty/forta). P
1010

1111
## Changelog
1212

13-
### 0.1.11
13+
### 0.1.12
14+
15+
- Remove `sha3` dependency from Python SDK
16+
17+
### [0.1.11](https://github.com/forta-network/forta-bot-sdk/commit/57d625b1f6cafc6a5cdcd19b38d3395aac31ff60)
18+
1419
- Bug fix to the `fetch_jwt` method in the Python sdk
1520

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

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

3236
- Updated chainId validation of `run` command to print out warning instead of throwing error

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forta-agent",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"license": "MIT",
55
"description": "Forta Agent SDK and CLI tool",
66
"homepage": "https://forta.org/",

python-sdk/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = forta_agent
3-
version = 0.1.4
3+
version = 0.1.5
44
description = Forta Agent Python SDK
55
url = https://forta.org/
66
project_urls =

starter-project/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test": "jest"
2424
},
2525
"dependencies": {
26-
"forta-agent": "^0.1.11"
26+
"forta-agent": "^0.1.12"
2727
},
2828
"devDependencies": {
2929
"jest": "^27.0.6",

starter-project/py/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test": "python3 -m pytest"
2525
},
2626
"dependencies": {
27-
"forta-agent": "^0.1.11"
27+
"forta-agent": "^0.1.12"
2828
},
2929
"devDependencies": {
3030
"nodemon": "^2.0.8"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
forta_agent>=0.1.4
1+
forta_agent>=0.1.5
22
setuptools>=61.3.1

starter-project/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test": "jest"
2525
},
2626
"dependencies": {
27-
"forta-agent": "^0.1.11"
27+
"forta-agent": "^0.1.12"
2828
},
2929
"devDependencies": {
3030
"@types/jest": "^27.0.1",

0 commit comments

Comments
 (0)