Skip to content

Commit

Permalink
chore(release): 1.2.0-dev.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.0-dev.3](v1.2.0-dev.2...v1.2.0-dev.3) (2023-12-01)

### Features

* generate file only with addresses of deployed contracts ([063d8d2](063d8d2))
* updating deployment files ([c2a2296](c2a2296))

### Bug Fixes

* unify the use of the env variable DEPLOYER_PRIVATE_KEY ([59ee4ad](59ee4ad))
  • Loading branch information
toolsvenus committed Dec 1, 2023
1 parent 1f8653f commit 52eab94
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.2.0-dev.3](https://github.com/VenusProtocol/protocol-reserve/compare/v1.2.0-dev.2...v1.2.0-dev.3) (2023-12-01)


### Features

* generate file only with addresses of deployed contracts ([063d8d2](https://github.com/VenusProtocol/protocol-reserve/commit/063d8d2dd5405330f30b523bd56829be074fef9e))
* updating deployment files ([c2a2296](https://github.com/VenusProtocol/protocol-reserve/commit/c2a2296d8e81299c5ffad64b3060f6a7a809b8b8))


### Bug Fixes

* unify the use of the env variable DEPLOYER_PRIVATE_KEY ([59ee4ad](https://github.com/VenusProtocol/protocol-reserve/commit/59ee4ad49f8b950fb36a1da307431dc11aa980c8))

## [1.2.0-dev.2](https://github.com/VenusProtocol/protocol-reserve/compare/v1.2.0-dev.1...v1.2.0-dev.2) (2023-11-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@venusprotocol/protocol-reserve",
"description": "Venus Protocol contracts to manage the income generated by the protocol",
"version": "1.2.0-dev.2",
"version": "1.2.0-dev.3",
"author": "Venus",
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit 52eab94

Please sign in to comment.