diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bbf6d3..51d2833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,14 @@ ### ๐Ÿ› Bug fixes -- Discourage configuring `authToken` and point to `SENTRY_AUTH_TOKEN` and docs. ([#325](https://github.com/expo/sentry-expo/pull/325) by [@byCedric](https://github.com/byCedric)) - ### ๐Ÿงน Chores +## [6.1.1](https://github.com/expo/sentry-expo/releases/tag/v6.1.1) - 2023-03-16 + +### ๐Ÿ› Bug fixes + +- Discourage configuring `authToken` and point to `SENTRY_AUTH_TOKEN` and docs. ([#325](https://github.com/expo/sentry-expo/pull/325) by [@byCedric](https://github.com/byCedric)) + ## [6.1.0](https://github.com/expo/sentry-expo/releases/tag/v6.1.0) - 2023-03-04 ### ๐ŸŽ‰ New features diff --git a/package.json b/package.json index bd108d9..a931def 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sentry-expo", - "version": "6.1.0", + "version": "6.1.1", "description": "Catch your Javascript errors for your production Expo apps!", "main": "build/index.js", "types": "build/index.d.ts",