From 9719ac19a1b8ed9e736f578e2552802399856925 Mon Sep 17 00:00:00 2001 From: Venus Tools Date: Tue, 23 Jan 2024 18:53:29 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] ## [1.3.0](https://github.com/VenusProtocol/protocol-reserve/compare/v1.2.0...v1.3.0) (2024-01-23) ### Features * add PSR deployments of opbnbtestnet ([ea28049](https://github.com/VenusProtocol/protocol-reserve/commit/ea2804990da19e5c200a40cf590d03d1bf9d4bbb)) * update dependencies ([5462ca9](https://github.com/VenusProtocol/protocol-reserve/commit/5462ca98577100cf6c0f286c36b29db63ddf7c3b)) * update deps to the stable versions ([7afc729](https://github.com/VenusProtocol/protocol-reserve/commit/7afc7298c994d89a8178a7fb11f69054c0670cba)) * updating deployment files ([e6348b7](https://github.com/VenusProtocol/protocol-reserve/commit/e6348b72a8c9b2ff81b10a17660d8ce49e34ef08)) * updating deployment files ([b28f9ca](https://github.com/VenusProtocol/protocol-reserve/commit/b28f9ca99f626a7d09fe93255f8d906ad29264db)) * updating deployment files ([80226d8](https://github.com/VenusProtocol/protocol-reserve/commit/80226d8b95d03b1ee3c925718fd8666afa29790a)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca9258f8..1de48b1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.3.0](https://github.com/VenusProtocol/protocol-reserve/compare/v1.2.0...v1.3.0) (2024-01-23) + + +### Features + +* add PSR deployments of opbnbtestnet ([ea28049](https://github.com/VenusProtocol/protocol-reserve/commit/ea2804990da19e5c200a40cf590d03d1bf9d4bbb)) +* update dependencies ([5462ca9](https://github.com/VenusProtocol/protocol-reserve/commit/5462ca98577100cf6c0f286c36b29db63ddf7c3b)) +* update deps to the stable versions ([7afc729](https://github.com/VenusProtocol/protocol-reserve/commit/7afc7298c994d89a8178a7fb11f69054c0670cba)) +* updating deployment files ([e6348b7](https://github.com/VenusProtocol/protocol-reserve/commit/e6348b72a8c9b2ff81b10a17660d8ce49e34ef08)) +* updating deployment files ([b28f9ca](https://github.com/VenusProtocol/protocol-reserve/commit/b28f9ca99f626a7d09fe93255f8d906ad29264db)) +* updating deployment files ([80226d8](https://github.com/VenusProtocol/protocol-reserve/commit/80226d8b95d03b1ee3c925718fd8666afa29790a)) + ## [1.3.0-dev.3](https://github.com/VenusProtocol/protocol-reserve/compare/v1.3.0-dev.2...v1.3.0-dev.3) (2024-01-23) diff --git a/package.json b/package.json index a689df96..3f9213a4 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": "1.3.0-dev.3", + "version": "1.3.0", "author": "Venus", "engines": { "node": ">=18.0.0"