diff --git a/CHANGELOG.md b/CHANGELOG.md index e317cf1..bb7eed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,20 @@ ### ๐ŸŽ‰ New features +### ๐Ÿ› Bug fixes + +### ๐Ÿงน Chores + +## [6.1.0](https://github.com/expo/sentry-expo/releases/tag/v6.1.0) - 2023-03-04 + +### ๐ŸŽ‰ New features + - Upgrade `@sentry/react-native` to `4.13.0`. ([#314](https://github.com/expo/sentry-expo/pull/314) by [@jbagaresgaray](https://github.com/jbagaresgaray)) ### ๐Ÿ› Bug fixes - Update Android script injection logic ([#322](https://github.com/expo/sentry-expo/pull/322) by [@kbrandwijk](https://github.com/kbrandwijk)) -### ๐Ÿงน Chores - ## [6.0.0](https://github.com/expo/sentry-expo/releases/tag/v6.0.0) - 2022-11-24 ### ๐Ÿ›  Breaking changes @@ -220,3 +226,4 @@ const { Transports } = Browser; - Fixed accidental calls to the native SDK that resulted in: `Sentry Logger [Log]: Failed to get device context from native: SentryError: Native Client is not available, can't start on native.` - Fixed bug where Android device model name wasn't being added to context. +``` diff --git a/package.json b/package.json index 78525f9..bd108d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sentry-expo", - "version": "6.0.0", + "version": "6.1.0", "description": "Catch your Javascript errors for your production Expo apps!", "main": "build/index.js", "types": "build/index.d.ts",