Skip to content

Commit cd19627

Browse files
committed
chore: v5.1.1
1 parent 38cee3d commit cd19627

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOGS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelogs
22

3+
## 5.1.1 (2022-09-16)
4+
* Fixed `ndkVersion` for Apple M1 Mac.
5+
36
## 5.1.0 (2022-08-10)
47
* Used global bytelength variable.
58

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-pkce-challenge",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Proof Key for Code Exchange (PKCE) challenge generator for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)