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';