Skip to content

Commit

Permalink
release js v0.1.48; py v0.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebrabbani committed Dec 11, 2023
1 parent a621f0f commit 58f0886
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ We have a [bug bounty program on Immunefi](https://immunefi.com/bounty/forta). P

## Changelog

### 0.1.47
### 0.1.48

- Expose `filterLog` as standalone utility function
- Check for empty addresses when populating `TransactionEvent.addresses` field
- Add support for label embeddings

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

- Updated JS and TS starter project dependencies

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.47",
"version": "0.1.48",
"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.26
version = 0.1.27
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 @@ -31,7 +31,7 @@
"test": "jest"
},
"dependencies": {
"forta-agent": "^0.1.47"
"forta-agent": "^0.1.48"
},
"devDependencies": {
"jest": "^29.7.0",
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 @@ -32,7 +32,7 @@
"test": "python3 -m pytest"
},
"dependencies": {
"forta-agent": "^0.1.47"
"forta-agent": "^0.1.48"
},
"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.25
forta_agent>=0.1.27
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 @@ -32,7 +32,7 @@
"test": "jest"
},
"dependencies": {
"forta-agent": "^0.1.47"
"forta-agent": "^0.1.48"
},
"devDependencies": {
"@types/jest": "^29.5.10",
Expand Down

0 comments on commit 58f0886

Please sign in to comment.