diff --git a/.changeset/selfish-poets-arrive.md b/.changeset/selfish-poets-arrive.md deleted file mode 100644 index f16b84f2..00000000 --- a/.changeset/selfish-poets-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-native-app-auth': patch ---- - -Fix Android crash with NullPointerException diff --git a/CHANGELOG.md b/CHANGELOG.md index b1a5bc3f..dac4f97c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # react-native-app-auth +## 7.1.1 + +### Patch Changes + +- Fix Android crash with NullPointerException ([`a437123`](https://github.com/FormidableLabs/react-native-app-auth/commit/a4371235f37894e2aede6645efef95cf26e4143f)) + ## 7.1.0 ### Minor Changes diff --git a/package.json b/package.json index b9570fe0..8a34dd62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-app-auth", - "version": "7.1.0", + "version": "7.1.1", "description": "React Native bridge for AppAuth for supporting any OAuth 2 provider", "main": "index.js", "types": "index.d.ts",