Skip to content

Commit

Permalink
chore: releast v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcangulo committed Feb 1, 2022
1 parent 106fda1 commit b5ed214
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOGS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelogs

## 3.2.0 (2022-02-01)
* Migrate `.expo.js` files to support Expo SDK >= 40.
* Updated tests that uses deprecated methods.
* Updated eslint config.
* Added commit linter.

## 3.1.0 (2020-10-10)
* Added macOS `asyncPkceChallenge` support.
* Added Expo support.

## 3.0.0 (2020-10-09)
* Removed [`react-native-randombyes`](https://github.com/mvayngrib/react-native-randombytes) as a dependency.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-pkce-challenge",
"version": "3.1.0",
"version": "3.2.0",
"description": "Proof Key for Code Exchange (PKCE) challenge generator for React Native",
"license": "MIT",
"homepage": "https://github.com/dcangulo/react-native-pkce-challenge",
Expand Down

0 comments on commit b5ed214

Please sign in to comment.