From 6524f943ec89f5f1447322864896ddf8a9e1d5c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 12:20:34 +0000 Subject: [PATCH] chore(master): release 3.4.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 968110b..0eb8fa1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.4.0" + ".": "3.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 23d5457..70b7504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ * fix changelog list items ([#65](https://github.com/Xerrion/DragonToast/issues/65)) ([1c399f4](https://github.com/Xerrion/DragonToast/commit/1c399f41beacb7b0b8b07ddd63df7422190ece88)) +## [3.4.1](https://github.com/Xerrion/DragonToast/compare/3.4.0...3.4.1) (2026-04-20) + + +### 🐛 Bug Fixes + +* guard loot and money chat listeners against secret string taint ([#176](https://github.com/Xerrion/DragonToast/issues/176)) ([#178](https://github.com/Xerrion/DragonToast/issues/178)) ([1885fce](https://github.com/Xerrion/DragonToast/commit/1885fce51b76835a2340479430b0b0674c78e9b4)) +* guard OnToastFinished in OnLeave against active lifecycle phases ([#171](https://github.com/Xerrion/DragonToast/issues/171)) ([#175](https://github.com/Xerrion/DragonToast/issues/175)) ([61feaf3](https://github.com/Xerrion/DragonToast/commit/61feaf3e84298d86f6e15ad893a96f9a29195eda)) + + +### ⚙️ Miscellaneous Tasks + +* auto-assign all new issues to Xerrion ([#172](https://github.com/Xerrion/DragonToast/issues/172)) ([b02e44b](https://github.com/Xerrion/DragonToast/commit/b02e44bc9a1b1a07d0ee3093797a50f072ba61d7)) + ## [3.4.0](https://github.com/Xerrion/DragonToast/compare/3.3.0...3.4.0) (2026-04-15)