diff --git a/CHANGELOG.md b/CHANGELOG.md index 00b333f8..cecee6e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 3.34.3 - fix(Apple): Sentry-cli not found by build phase when installed with homebrew (#691) - feat(nextjs): Create `next.config.mjs` when package.json has type: "module" (#699) diff --git a/package.json b/package.json index 0d881938..a58d6600 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/wizard", - "version": "3.34.2", + "version": "3.34.3", "homepage": "https://github.com/getsentry/sentry-wizard", "repository": "https://github.com/getsentry/sentry-wizard", "description": "Sentry wizard helping you to configure your project",