Skip to content

Commit 0d6c3d6

Browse files
author
getsentry-bot
committed
Merge branch 'release/4.6.0'
2 parents 970cf31 + c09cc5b commit 0d6c3d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 4.6.0
44

55
- feat(nextjs): Switch to injecting `instrumentation-client.ts` ([#918](https://github.com/getsentry/sentry-wizard/pull/918))
66
- feat(remix): New Remix example page ([#917](https://github.com/getsentry/sentry-wizard/pull/917))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/wizard",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"homepage": "https://github.com/getsentry/sentry-wizard",
55
"repository": "https://github.com/getsentry/sentry-wizard",
66
"description": "Sentry wizard helping you to configure your project",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// DO NOT modify this file manually!
22
// This is file is updated at release time.
33

4-
export const WIZARD_VERSION = '4.5.0';
4+
export const WIZARD_VERSION = '4.6.0';

0 commit comments

Comments
 (0)