We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38cee3d commit cd19627Copy full SHA for cd19627
CHANGELOGS.md
@@ -1,5 +1,8 @@
1
# Changelogs
2
3
+## 5.1.1 (2022-09-16)
4
+* Fixed `ndkVersion` for Apple M1 Mac.
5
+
6
## 5.1.0 (2022-08-10)
7
* Used global bytelength variable.
8
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-pkce-challenge",
- "version": "5.1.0",
+ "version": "5.1.1",
"description": "Proof Key for Code Exchange (PKCE) challenge generator for React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
0 commit comments