diff --git a/CHANGELOG.md b/CHANGELOG.md index a88fea55..fd694072 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 3.18.0 - feat(nextjs): Add instructions on how to add a `global-error` page to Next.js App Router (#506) diff --git a/package.json b/package.json index 932e211a..464b5bcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sentry/wizard", - "version": "3.17.0", + "version": "3.18.0", "homepage": "https://github.com/getsentry/sentry-wizard", "repository": "https://github.com/getsentry/sentry-wizard", "description": "Sentry wizard helping you to configure your project",