Skip to content

Commit

Permalink
Merge branch 'develop' into feat/VEN-2680
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGuru7 committed Aug 1, 2024
2 parents 0241753 + 4bf621e commit 17c7730
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.5.0-dev.2](https://github.com/VenusProtocol/oracle/compare/v2.5.0-dev.1...v2.5.0-dev.2) (2024-08-01)


### Features

* update hardhat/deploy package version ([9cc4705](https://github.com/VenusProtocol/oracle/commit/9cc4705e6500da165872718069a86a396cb74676))

## [2.5.0-dev.1](https://github.com/VenusProtocol/oracle/compare/v2.4.0...v2.5.0-dev.1) (2024-07-31)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@venusprotocol/oracle",
"description": "Venus Protocol Price Oracle",
"version": "2.5.0-dev.1",
"version": "2.5.0-dev.2",
"author": "Venus",
"engines": {
"node": ">=18.x.x"
Expand Down Expand Up @@ -44,7 +44,7 @@
"@venusprotocol/venus-protocol": "^6.0.0",
"ethers": "^5.6.8",
"hardhat": "^2.16.1",
"hardhat-deploy": "^0.11.14",
"hardhat-deploy": "^0.12.4",
"module-alias": "^2.2.2",
"solidity-docgen": "^0.6.0-beta.29"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3239,7 +3239,7 @@ __metadata:
ethers: ^5.6.8
hardhat: ^2.16.1
hardhat-dependency-compiler: ^1.2.1
hardhat-deploy: ^0.11.14
hardhat-deploy: ^0.12.4
hardhat-deploy-ethers: ^0.3.0-beta.13
hardhat-gas-reporter: ^1.0.8
husky: ^8.0.1
Expand Down

0 comments on commit 17c7730

Please sign in to comment.