From 07680205cc97086ec74b191ce9dac2d02c0ccbb3 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Thu, 17 Mar 2022 12:48:18 +0000 Subject: [PATCH] release: 3.3.3 --- 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 3bf8ee60b..38816fa98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 3.3.3 - Bump: Sentry Cocoa to 7.10.2 and Sentry Android to 5.6.3 (#2145) - fix(android): Upload source maps correctly regardless of version codes #2144 diff --git a/package.json b/package.json index e76a0ae24..455eefa83 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": "3.3.2", + "version": "3.3.3", "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 ac0ed2795..4ccfff4ab 100644 --- a/src/js/version.ts +++ b/src/js/version.ts @@ -1,2 +1,2 @@ export const SDK_NAME = "sentry.javascript.react-native"; -export const SDK_VERSION = "3.3.2"; +export const SDK_VERSION = "3.3.3";