From f83ee001c03bc9f8f1d4a3cafc3f4364d241ee45 Mon Sep 17 00:00:00 2001 From: Venus Tools Date: Wed, 24 Apr 2024 14:02:42 +0000 Subject: [PATCH] chore(release): 2.2.0-dev.3 [skip ci] ## [2.2.0-dev.3](https://github.com/VenusProtocol/oracle/compare/v2.2.0-dev.2...v2.2.0-dev.3) (2024-04-24) ### Bug Fixes * update xvs address for arbitrumsepolia ([ca39f18](https://github.com/VenusProtocol/oracle/commit/ca39f180bc55c691af70242dd2462ee047637e2f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c90e554..308a45ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.0-dev.3](https://github.com/VenusProtocol/oracle/compare/v2.2.0-dev.2...v2.2.0-dev.3) (2024-04-24) + + +### Bug Fixes + +* update xvs address for arbitrumsepolia ([ca39f18](https://github.com/VenusProtocol/oracle/commit/ca39f180bc55c691af70242dd2462ee047637e2f)) + ## [2.2.0-dev.2](https://github.com/VenusProtocol/oracle/compare/v2.2.0-dev.1...v2.2.0-dev.2) (2024-04-24) diff --git a/package.json b/package.json index 6572a9f4..4ebb39d9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@venusprotocol/oracle", "description": "Venus Protocol Price Oracle", - "version": "2.2.0-dev.2", + "version": "2.2.0-dev.3", "author": "Venus", "engines": { "node": ">=18.x.x"