Skip to content

Commit 37194c3

Browse files
committed
release JS v0.1.17; Python v0.1.9
1 parent c1740e1 commit 37194c3

7 files changed

Lines changed: 15 additions & 7 deletions

File tree

README.md

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

1111
## Changelog
1212

13-
### 0.1.16
13+
### 0.1.17
14+
15+
- Added support for `remove` field for Labels
16+
- Fixed `filter_function` bug in Python SDK
17+
- Fixed `fetchJwt` SDK method to return mock value during development
18+
- Fixed `fetchJwt` JS SDK method to return string instead of object
19+
- Added `repository` URL to starter project package.json
20+
21+
### [0.1.16](https://github.com/forta-network/forta-bot-sdk/commit/5963444413b09cf2505dbacd2212481f592caedd)
1422

1523
- Updated grpc proto definitions for Labels
1624
- Updated `run --file` command to also accept hashes

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.16",
3+
"version": "0.1.17",
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.8
3+
version = 0.1.9
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
@@ -26,7 +26,7 @@
2626
"test": "jest"
2727
},
2828
"dependencies": {
29-
"forta-agent": "^0.1.16"
29+
"forta-agent": "^0.1.17"
3030
},
3131
"devDependencies": {
3232
"jest": "^27.0.6",

starter-project/py/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test": "python3 -m pytest"
2828
},
2929
"dependencies": {
30-
"forta-agent": "^0.1.16"
30+
"forta-agent": "^0.1.17"
3131
},
3232
"devDependencies": {
3333
"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.7
1+
forta_agent>=0.1.9
22
setuptools>=61.3.1

starter-project/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test": "jest"
2828
},
2929
"dependencies": {
30-
"forta-agent": "^0.1.16"
30+
"forta-agent": "^0.1.17"
3131
},
3232
"devDependencies": {
3333
"@types/jest": "^27.0.1",

0 commit comments

Comments
 (0)