From fa4998322267b33758b3cc5ae9e31ddc6ce4243f Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Wed, 9 Oct 2024 09:31:38 +0000 Subject: [PATCH] release: 3.33.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 339ff19b..4f4a3d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 3.33.0 - feat: Only format changed files with Prettier ([#670](https://github.com/getsentry/sentry-wizard/pull/670)) - ref(remix): Use recursive true in error example creation ([#681](https://github.com/getsentry/sentry-wizard/pull/681)) diff --git a/package.json b/package.json index a1886a40..4f599c9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/wizard", - "version": "3.32.0", + "version": "3.33.0", "homepage": "https://github.com/getsentry/sentry-wizard", "repository": "https://github.com/getsentry/sentry-wizard", "description": "Sentry wizard helping you to configure your project",