Skip to content

Commit

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

### Features

* add TimeManagerV5 and TimeManagerV8 ([29db1cd](29db1cd))

### Bug Fixes

* change contract name ([066450f](066450f))
* comments and revert condition ([d037cf3](d037cf3))
* netscape ([05d1962](05d1962))
  • Loading branch information
toolsvenus committed Dec 21, 2023
1 parent df3bce3 commit d2de185
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.2.0-dev.1](https://github.com/VenusProtocol/solidity-utilities/compare/v1.1.1-dev.1...v1.2.0-dev.1) (2023-12-21)


### Features

* add TimeManagerV5 and TimeManagerV8 ([29db1cd](https://github.com/VenusProtocol/solidity-utilities/commit/29db1cdc8455a04736fcc2fc5e5cf6221aa5050d))


### Bug Fixes

* change contract name ([066450f](https://github.com/VenusProtocol/solidity-utilities/commit/066450f79d1c0872ed9baa39f55ebb2952ebb33f))
* comments and revert condition ([d037cf3](https://github.com/VenusProtocol/solidity-utilities/commit/d037cf33114552e730aee83e209bd4c937d73703))
* netscape ([05d1962](https://github.com/VenusProtocol/solidity-utilities/commit/05d19627e649cc456e15dcf2da9671d19ccfe4fa))

## [1.1.1-dev.1](https://github.com/VenusProtocol/solidity-utilities/compare/v1.1.0...v1.1.1-dev.1) (2023-12-07)


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": "@venusprotocol/solidity-utilities",
"version": "1.1.1-dev.1",
"version": "1.2.0-dev.1",
"description": "Solidity code used by other Venus projects",
"files": [
"artifacts",
Expand Down

0 comments on commit d2de185

Please sign in to comment.