From 85aaa4bf8a8cea983a4ab192589f8c44af5fa404 Mon Sep 17 00:00:00 2001 From: Lucas Date: Tue, 27 Jun 2023 23:06:54 +0900 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d5a678..e557241e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +### Fixes + +- Removed promises and wizard from dependencies ([#400](https://github.com/getsentry/sentry-capacitor/pull/400)) + +### Dependencies + - Bump Sentry JavaScript SDK to `7.56.0` ([#398](https://github.com/getsentry/sentry-capacitor/pull/398)) - [changelog](https://github.com/getsentry/sentry-javascript/releases/tag/7.56.0) - [diff](https://github.com/getsentry/sentry-javascript/compare/7.54.0...7.56.0)