Skip to content

Commit 01cb8e7

Browse files
committed
release: 6.7.0
1 parent c2690e7 commit 01cb8e7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## 6.7.0
44

55
### Features
66

@@ -21,7 +21,6 @@
2121
the NextJS SDK will be configured to only send its telemetry to Spotlight.
2222
No Sentry account is required to complete this flow.
2323

24-
2524
## 6.6.1
2625

2726
fix(telemetry): Handle promise rejections during wizard cancellation ([#1111](https://github.com/getsentry/sentry-wizard/pull/1111))

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": "6.6.1",
3+
"version": "6.7.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 = '6.6.1';
4+
export const WIZARD_VERSION = '6.7.0';

0 commit comments

Comments
 (0)