diff --git a/CHANGELOG.md b/CHANGELOG.md index e84bdbe9f2..d8d5628369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 5.15.2 ### Fixes diff --git a/package.json b/package.json index 31ad7cbc29..bf25bb8b5e 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.15.1", + "version": "5.15.2", "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 2c7bcbdfee..09eab151d4 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.15.1'; +export const SDK_VERSION = '5.15.2';