From f73daa9727c22baeddf5d35f603c857b85181596 Mon Sep 17 00:00:00 2001 From: Venus Tools Date: Fri, 22 Nov 2024 18:40:59 +0000 Subject: [PATCH] chore(release): 3.0.0-dev.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [3.0.0-dev.1](https://github.com/VenusProtocol/protocol-reserve/compare/v2.5.0-dev.1...v3.0.0-dev.1) (2024-11-22) ### ⚠ BREAKING CHANGES * support project and full protocol hardhat deploy ### Code Refactoring * support project and full protocol hardhat deploy ([1986c6a](https://github.com/VenusProtocol/protocol-reserve/commit/1986c6aabfb5b6e7483df9f8fce73957b49fc27d)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97d0527..2ec420f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [3.0.0-dev.1](https://github.com/VenusProtocol/protocol-reserve/compare/v2.5.0-dev.1...v3.0.0-dev.1) (2024-11-22) + + +### ⚠ BREAKING CHANGES + +* support project and full protocol hardhat deploy + +### Code Refactoring + +* support project and full protocol hardhat deploy ([1986c6a](https://github.com/VenusProtocol/protocol-reserve/commit/1986c6aabfb5b6e7483df9f8fce73957b49fc27d)) + ## [2.5.0-dev.1](https://github.com/VenusProtocol/protocol-reserve/compare/v2.4.0...v2.5.0-dev.1) (2024-11-18) diff --git a/package.json b/package.json index a1521d8..581e38d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@venusprotocol/protocol-reserve", "description": "Venus Protocol contracts to manage the income generated by the protocol", - "version": "2.5.0-dev.1", + "version": "3.0.0-dev.1", "author": "Venus", "engines": { "node": ">=18.0.0"