From 766c1f4954397d961ea76652e9a8ce6137e7a2f5 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Mon, 3 Mar 2025 15:48:25 +0000 Subject: [PATCH] release: 4.1.0 --- CHANGELOG.md | 2 +- package.json | 2 +- src/version.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bf3d182..5e7ba59d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 4.1.0 - feat(nuxt): More granular error catching while modifying config ([#833](https://github.com/getsentry/sentry-wizard/pull/833)) diff --git a/package.json b/package.json index f4cac962..0e67cd03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/wizard", - "version": "4.0.2", + "version": "4.1.0", "homepage": "https://github.com/getsentry/sentry-wizard", "repository": "https://github.com/getsentry/sentry-wizard", "description": "Sentry wizard helping you to configure your project", diff --git a/src/version.ts b/src/version.ts index 185ae8bc..348f0297 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,4 +1,4 @@ // DO NOT modify this file manually! // This is file is updated at release time. -export const WIZARD_VERSION = '4.0.2'; +export const WIZARD_VERSION = '4.1.0';