Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.0](v1.4.0...v1.5.0) (2024-02-27)

### Features

* add queries by asset in ([0c3bd4a](0c3bd4a))
* add support for mainnet ([a337fd6](a337fd6))
* check that wallet has token when income is negative ([57fe9dd](57fe9dd))
* setup bot package ([2b72124](2b72124))
* support querying by asset out ([cdd50d9](cdd50d9))

### Bug Fixes

* correct exact output trade ([d6b54ce](d6b54ce))
* create trade with exact amount in ([0c2ba7a](0c2ba7a))
* fix fraction formatting ([ec48002](ec48002))
* fix path creation ([a091fc4](a091fc4))
* update publicClient type ([50302ee](50302ee))
  • Loading branch information
toolsvenus committed Feb 27, 2024
1 parent eac8570 commit 5463887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/smart-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@venusprotocol/keeper-bot-contracts",
"version": "1.4.0",
"version": "1.5.0",
"description": "Smart contracts to support keeper bot tasks",
"scripts": {
"test": "hardhat test",
Expand Down

0 comments on commit 5463887

Please sign in to comment.