From 3541b68cf81f3bc3e751888664acda9f4b86159f Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 22 Nov 2022 22:24:27 +0000 Subject: [PATCH] release: 4.9.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 713a90c89..d84927b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 4.9.0 ### Features diff --git a/package.json b/package.json index 6f1235eea..3beb540e9 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": "4.8.0", + "version": "4.9.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 51f3a051f..682bea166 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 = '4.8.0'; +export const SDK_VERSION = '4.9.0';