From 3487cda5fc3021e5b59a50836922b3f0e301c788 Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Tue, 25 Jul 2023 13:48:40 +0200 Subject: [PATCH] meta: Update changelog for 2.5.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9def9e6c..7552ae67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ - "You know what they say ‘Fool me once, strike one, but fool me twice… strike three.’" — Michael Scott +## 2.5.0 + +- deps: Bump and unpin Sentry SDK deps (#353) +- docs: Remove misleading documentation (#339) +- feat: Add experimental module metadata injection (#334) +- fix: Fix 'identifiy' typo in log messages (#341) + +Work in this release contributed by @chunfeilung. Thank you for your contribution! + ## 2.4.0 - docs: Update instructions to install Vite plugin via pnpm (#331)