diff --git a/CHANGELOG.md b/CHANGELOG.md index eb79b109f..6ded43b12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 5.7.1 ### Dependencies diff --git a/package.json b/package.json index 4eeec11d4..a5bfe1b3a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@sentry/react-native", "homepage": "https://github.com/getsentry/sentry-react-native", "repository": "https://github.com/getsentry/sentry-react-native", - "version": "5.7.0", + "version": "5.7.1", "description": "Official Sentry SDK for react-native", "typings": "dist/js/index.d.ts", "types": "dist/js/index.d.ts", diff --git a/src/js/version.ts b/src/js/version.ts index 59f944a94..5e86863d2 100644 --- a/src/js/version.ts +++ b/src/js/version.ts @@ -1,3 +1,3 @@ export const SDK_PACKAGE_NAME = 'npm:@sentry/react-native'; export const SDK_NAME = 'sentry.javascript.react-native'; -export const SDK_VERSION = '5.7.0'; +export const SDK_VERSION = '5.7.1';