From e1c1e502e4ed6371c820871aae59ee78488f9488 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 May 2024 11:08:27 +0000 Subject: [PATCH] chore(release): 6.50.2-rc.1 [skip ci] ## [6.50.2-rc.1](https://github.com/consolelabs/mochi-discord/compare/v6.50.1...v6.50.2-rc.1) (2024-05-30) ### Bug Fixes * **vault:** render all rounds ui ([#1677](https://github.com/consolelabs/mochi-discord/issues/1677)) ([3e8a7dd](https://github.com/consolelabs/mochi-discord/commit/3e8a7dd48e4dd65bf75a4ae074c50ec28fcc6d4e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54f675d72..4b42cf8fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.50.2-rc.1](https://github.com/consolelabs/mochi-discord/compare/v6.50.1...v6.50.2-rc.1) (2024-05-30) + + +### Bug Fixes + +* **vault:** render all rounds ui ([#1677](https://github.com/consolelabs/mochi-discord/issues/1677)) ([3e8a7dd](https://github.com/consolelabs/mochi-discord/commit/3e8a7dd48e4dd65bf75a4ae074c50ec28fcc6d4e)) + ## [6.50.1](https://github.com/consolelabs/mochi-discord/compare/v6.50.0...v6.50.1) (2024-05-30) diff --git a/package.json b/package.json index 3802ceee2..fb12b408b 100644 --- a/package.json +++ b/package.json @@ -121,5 +121,5 @@ "node": "18.x" }, "name": "mochi-discord", - "version": "6.50.1" + "version": "6.50.2-rc.1" }