We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d524906 commit f5e26aeCopy full SHA for f5e26ae
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 6.8.1
4
5
### Fixes
6
package.json
{
"name": "@sentry/wizard",
- "version": "6.8.0",
+ "version": "6.8.1",
"homepage": "https://github.com/getsentry/sentry-wizard",
"repository": "https://github.com/getsentry/sentry-wizard",
"description": "Sentry wizard helping you to configure your project",
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 = '6.8.0';
+export const WIZARD_VERSION = '6.8.1';
0 commit comments