From 2cf5864e59c30143bbfc149c2f6fb151a9c2ceaa Mon Sep 17 00:00:00 2001 From: Venus Tools Date: Thu, 10 Oct 2024 11:03:52 +0000 Subject: [PATCH] chore(release): 2.3.0 [skip ci] ## [2.3.0](https://github.com/VenusProtocol/token-bridge/compare/v2.2.0...v2.3.0) (2024-10-10) ### Features * deployment files for the XVS, XVS-bridge on opmainnet ([9175126](https://github.com/VenusProtocol/token-bridge/commit/917512698a91360d2dbc575263e6e4c8f91cf9ba)) * updating deployment files ([2a6175d](https://github.com/VenusProtocol/token-bridge/commit/2a6175d0294290f93eca955d68c0c3641bb67931)) * updating deployment files ([7d0f362](https://github.com/VenusProtocol/token-bridge/commit/7d0f362dd2822e1573155add21d0581bd08e36ab)) * use packages that include the Optimism deployment ([b63f91a](https://github.com/VenusProtocol/token-bridge/commit/b63f91a6742f4790a0ff8cdef282ecc96ce3240a)) ### Bug Fixes * yarn lock ([3726bd3](https://github.com/VenusProtocol/token-bridge/commit/3726bd3ada4a1ef9e6adffdae117929f55fca9f8)) * yarn.lock ([c33b3f3](https://github.com/VenusProtocol/token-bridge/commit/c33b3f34eb0003b7b98331431053e45180591858)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bbf5a05..3b04560 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@venusprotocol/token-bridge", - "version": "2.3.0-dev.3", + "version": "2.3.0", "description": "Contracts to bridge tokens using LayerZero technology and applying some rules on top of it", "files": [ "artifacts",