Skip to content

Commit

Permalink
Release v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrandwijk committed Mar 4, 2023
1 parent 31b3ad2 commit 699b6f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 699b6f7

Please sign in to comment.