From f1029c83160d1971e95904ba65a849ae60a23e90 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Mon, 15 Jan 2024 17:02:37 +0000 Subject: [PATCH] release: 5.16.0 --- CHANGELOG.md | 2 +- package.json | 2 +- src/js/version.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b33a400328..90c01cfeec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 5.16.0 This release ships with a beta version of our new built-in Expo SDK 50 support, which replaces the deprecated `sentry-expo` package. To learn more, diff --git a/package.json b/package.json index dd7a931270..1726661030 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.16.0-alpha.4", + "version": "5.16.0", "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 bc05208978..6f11908aaf 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.16.0-alpha.4'; +export const SDK_VERSION = '5.16.0';