From 65b32a972c8d2856bf36c9aa354a02c5c2bf5df1 Mon Sep 17 00:00:00 2001 From: Tim Fish Date: Sat, 17 Aug 2024 20:44:10 +0200 Subject: [PATCH] chore: Changelog for 5.4.0 release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee92c8b1..6771eaec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Unreleased +## 5.4.0 + +- feat: Update from [v8.20.0](https://github.com/getsentry/sentry-javascript/releases/tag/8.20.0) to + [v8.26.0](https://github.com/getsentry/sentry-javascript/releases/tag/8.26.0) of JavaScript SDKs +- fix: No sub-module imports in type definitions (#958) +- fix: Duplicate crashed sessions (#961) + ## 5.3.0 - feat: Update from [v8.16.0](https://github.com/getsentry/sentry-javascript/releases/tag/8.16.0) to