Skip to content

Commit 8830dab

Browse files
author
getsentry-bot
committed
Merge branch 'release/4.0.0'
2 parents f752a17 + eff9db3 commit 8830dab

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 4.0.0
44

55
- Bump Sentry Cocoa 7.18.0 ([#2303](https://github.com/getsentry/sentry-react-native/pull/2303))
66
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/7.18.0/CHANGELOG.md)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@sentry/react-native",
33
"homepage": "https://github.com/getsentry/sentry-react-native",
44
"repository": "https://github.com/getsentry/sentry-react-native",
5-
"version": "4.0.0-beta.5",
5+
"version": "4.0.0",
66
"description": "Official Sentry SDK for react-native",
77
"typings": "dist/js/index.d.ts",
88
"types": "dist/js/index.d.ts",

src/js/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const SDK_NAME = 'sentry.javascript.react-native';
2-
export const SDK_VERSION = '4.0.0-beta.5';
2+
export const SDK_VERSION = '4.0.0';

0 commit comments

Comments
 (0)