From 809fa8e25b8b6c98d4571b80e9bcb353e2a54a57 Mon Sep 17 00:00:00 2001 From: Venus Tools Date: Tue, 7 Nov 2023 14:31:59 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] ## [1.1.0](https://github.com/VenusProtocol/solidity-utilities/compare/v1.0.1...v1.1.0) (2023-11-07) ### Features * add math helpers and constants ([f1b2596](https://github.com/VenusProtocol/solidity-utilities/commit/f1b2596b8f508be48cce1bf5f4643dbe8a91467a)) ### Bug Fixes * resolve comments ([7f93845](https://github.com/VenusProtocol/solidity-utilities/commit/7f938459cad0743da83718dcb48f4678bed52c77)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ead1a2..5e42c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.1.0](https://github.com/VenusProtocol/solidity-utilities/compare/v1.0.1...v1.1.0) (2023-11-07) + + +### Features + +* add math helpers and constants ([f1b2596](https://github.com/VenusProtocol/solidity-utilities/commit/f1b2596b8f508be48cce1bf5f4643dbe8a91467a)) + + +### Bug Fixes + +* resolve comments ([7f93845](https://github.com/VenusProtocol/solidity-utilities/commit/7f938459cad0743da83718dcb48f4678bed52c77)) + ## [1.1.0-dev.1](https://github.com/VenusProtocol/solidity-utilities/compare/v1.0.1...v1.1.0-dev.1) (2023-11-07) diff --git a/package.json b/package.json index f633842..1b154bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@venusprotocol/solidity-utilities", - "version": "1.1.0-dev.1", + "version": "1.1.0", "description": "Solidity code used by other Venus projects", "files": [ "artifacts",