Skip to content

Commit

Permalink
version bump js v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebrabbani committed May 9, 2022
1 parent c14b743 commit eaa0e90
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ Visit [forta.org](https://forta.org/) to learn more about Forta. See the develop

## Changelog

### 0.1.4
### 0.1.5

- Fix issue for CLI `publish` command when querying account balance

### [0.1.4](https://github.com/forta-network/forta-bot-sdk/commit/1142feca952c8998c358338224574a592f9ef179)

- Update gRPC agent.proto to add `Finding.addresses`
- Add support for `addresses` field to `Finding`
Expand All @@ -16,7 +20,7 @@ Visit [forta.org](https://forta.org/) to learn more about Forta. See the develop
- Include `address` in result of `TransactionEvent.filterFunction`
- Add `Finding.from` alias method for `Finding.fromObject`

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

- Set `contextPath` when building image

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.4",
"version": "0.1.5",
"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 @@ -21,7 +21,7 @@
"test": "jest"
},
"dependencies": {
"forta-agent": "^0.1.4"
"forta-agent": "^0.1.5"
},
"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 @@ -22,7 +22,7 @@
"test": "python3 -m pytest"
},
"dependencies": {
"forta-agent": "^0.1.4"
"forta-agent": "^0.1.5"
},
"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 @@ -22,7 +22,7 @@
"test": "jest"
},
"dependencies": {
"forta-agent": "^0.1.4"
"forta-agent": "^0.1.5"
},
"devDependencies": {
"@types/jest": "^27.0.1",
Expand Down

0 comments on commit eaa0e90

Please sign in to comment.