From efa64c6c2829e307eae30c5a1378aa40eaa7cb27 Mon Sep 17 00:00:00 2001 From: Venus Tools Date: Thu, 19 Dec 2024 09:48:20 +0000 Subject: [PATCH] chore(release): 3.0.1 [skip ci] ## [3.0.1](https://github.com/VenusProtocol/protocol-reserve/compare/v3.0.0...v3.0.1) (2024-12-19) --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61e0ed3..82d13aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [3.0.1](https://github.com/VenusProtocol/protocol-reserve/compare/v3.0.0...v3.0.1) (2024-12-19) + ## [3.0.1-dev.1](https://github.com/VenusProtocol/protocol-reserve/compare/v3.0.0...v3.0.1-dev.1) (2024-12-19) ## [3.0.0](https://github.com/VenusProtocol/protocol-reserve/compare/v2.4.0...v3.0.0) (2024-12-18) diff --git a/package.json b/package.json index 3e72ddd..24a8094 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": "3.0.1-dev.1", + "version": "3.0.1", "author": "Venus", "engines": { "node": ">=18.0.0"