Skip to content

Commit

Permalink
version bump js v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebrabbani committed Apr 7, 2022
1 parent 0ba8c12 commit b4ec0b2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion 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.1
### 0.1.2

- Update starter project README

### [0.1.1](https://github.com/forta-protocol/forta-agent-sdk/commit/3fd681c2414c8995f5fd80b8d89b47fa540cb34b)

- Update AgentRegistry contract ABI
- Add default `chainIds` to starter project package.json
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.1",
"version": "0.1.2",
"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.1"
"forta-agent": "^0.1.2"
},
"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.1"
"forta-agent": "^0.1.2"
},
"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.1"
"forta-agent": "^0.1.2"
},
"devDependencies": {
"@types/jest": "^27.0.1",
Expand Down

0 comments on commit b4ec0b2

Please sign in to comment.