From 54aef5e8423b0f9bc06ec1a20b6c5259129f4fa0 Mon Sep 17 00:00:00 2001 From: Venus Tools Date: Mon, 5 Aug 2024 09:44:50 +0000 Subject: [PATCH] chore(release): 2.5.0-dev.3 [skip ci] ## [2.5.0-dev.3](https://github.com/VenusProtocol/oracle/compare/v2.5.0-dev.2...v2.5.0-dev.3) (2024-08-05) ### Features * add config for zksync ([c492b6a](https://github.com/VenusProtocol/oracle/commit/c492b6a29a45d3493c7799b80e52a30fc704c7ae)) * deployments of oracle on zksync sepolia ([a89526d](https://github.com/VenusProtocol/oracle/commit/a89526dba384926510c510826cd4c7af9720aa93)) * updating deployment files ([0fa5a04](https://github.com/VenusProtocol/oracle/commit/0fa5a04169e593adcb32e49752c294559404edca)) ### Bug Fixes * build ([02f6170](https://github.com/VenusProtocol/oracle/commit/02f61703624cdd8a586456a42f40e7520dfa90c5)) * deploy and ci.yml ([3a8eb4b](https://github.com/VenusProtocol/oracle/commit/3a8eb4bd04b44a1e1fed38f82604806b5fa4a4d1)) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d7e1ece..35d17da1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [2.5.0-dev.3](https://github.com/VenusProtocol/oracle/compare/v2.5.0-dev.2...v2.5.0-dev.3) (2024-08-05) + + +### Features + +* add config for zksync ([c492b6a](https://github.com/VenusProtocol/oracle/commit/c492b6a29a45d3493c7799b80e52a30fc704c7ae)) +* deployments of oracle on zksync sepolia ([a89526d](https://github.com/VenusProtocol/oracle/commit/a89526dba384926510c510826cd4c7af9720aa93)) +* updating deployment files ([0fa5a04](https://github.com/VenusProtocol/oracle/commit/0fa5a04169e593adcb32e49752c294559404edca)) + + +### Bug Fixes + +* build ([02f6170](https://github.com/VenusProtocol/oracle/commit/02f61703624cdd8a586456a42f40e7520dfa90c5)) +* deploy and ci.yml ([3a8eb4b](https://github.com/VenusProtocol/oracle/commit/3a8eb4bd04b44a1e1fed38f82604806b5fa4a4d1)) + ## [2.5.0-dev.2](https://github.com/VenusProtocol/oracle/compare/v2.5.0-dev.1...v2.5.0-dev.2) (2024-08-01) diff --git a/package.json b/package.json index cccacd4a..db448710 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@venusprotocol/oracle", "description": "Venus Protocol Price Oracle", - "version": "2.5.0-dev.2", + "version": "2.5.0-dev.3", "author": "Venus", "engines": { "node": ">=18.x.x"