From 4e5c7fcb97bf3ce65b7e1bffe20bfa35fcac3d03 Mon Sep 17 00:00:00 2001 From: Venus Tools Date: Fri, 8 Dec 2023 10:06:59 +0000 Subject: [PATCH] chore(release): 2.60.2 [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71fcdb283a..de57192302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.60.2](https://github.com/VenusProtocol/venus-protocol-interface/compare/v2.60.1...v2.60.2) (2023-12-08) + + +### Bug Fixes + +* stuck LUNA/UST warning modal ([#1924](https://github.com/VenusProtocol/venus-protocol-interface/issues/1924)) ([ec3ee21](https://github.com/VenusProtocol/venus-protocol-interface/commit/ec3ee212d3e1eeca27b60a44ceaceecb066dfb63)) + ## [2.60.1](https://github.com/VenusProtocol/venus-protocol-interface/compare/v2.60.0...v2.60.1) (2023-12-08) ## [2.60.0](https://github.com/VenusProtocol/venus-protocol-interface/compare/v2.59.1...v2.60.0) (2023-12-07) diff --git a/package.json b/package.json index b6174ec861..510c32b38c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "venus", - "version": "2.60.1", + "version": "2.60.2", "private": true, "engines": { "node": ">=18.x.x"