Skip to content

Commit 655f520

Browse files
committed
release: 4.0.2
1 parent 665abcf commit 655f520

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 4.0.2
44

55
- ref: Set wizard version at build time ([#827](https://github.com/getsentry/sentry-wizard/pull/827))
66
- fix: Skip asking if users have sentry account if `--org` and `--project` flags were passed ([#817](https://github.com/getsentry/sentry-wizard/pull/817))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/wizard",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
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

+1-1
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.0.1';
4+
export const WIZARD_VERSION = '4.0.2';

0 commit comments

Comments
 (0)