From ad4482e353305a2d544e6c128ee37dc230ff7616 Mon Sep 17 00:00:00 2001 From: Venus Tools Date: Tue, 23 Jan 2024 18:20:43 +0000 Subject: [PATCH] chore(release): 1.9.0-dev.3 [skip ci] ## [1.9.0-dev.3](https://github.com/VenusProtocol/oracle/compare/v1.9.0-dev.2...v1.9.0-dev.3) (2024-01-23) ### Features * update deps to the stable versions ([cc79591](https://github.com/VenusProtocol/oracle/commit/cc7959157cc57345099de169a3779632b072e1a1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be8eb651..2500236a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.0-dev.3](https://github.com/VenusProtocol/oracle/compare/v1.9.0-dev.2...v1.9.0-dev.3) (2024-01-23) + + +### Features + +* update deps to the stable versions ([cc79591](https://github.com/VenusProtocol/oracle/commit/cc7959157cc57345099de169a3779632b072e1a1)) + ## [1.9.0-dev.2](https://github.com/VenusProtocol/oracle/compare/v1.9.0-dev.1...v1.9.0-dev.2) (2024-01-23) diff --git a/package.json b/package.json index 5d8901f5..35140700 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@venusprotocol/oracle", "description": "Venus Protocol Price Oracle", - "version": "1.9.0-dev.2", + "version": "1.9.0-dev.3", "author": "Venus", "engines": { "node": ">=18.x.x"