We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb12530 commit 845e095Copy full SHA for 845e095
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 4.4.0
4
5
- feat(react-native): Adds wrapping root app component with `Sentry.wrap` ([#835](https://github.com/getsentry/sentry-wizard/pull/835))
6
package.json
{
"name": "@sentry/wizard",
- "version": "4.3.0",
+ "version": "4.4.0",
"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 = '4.3.0';
+export const WIZARD_VERSION = '4.4.0';
0 commit comments