Skip to content

Commit

Permalink
1.9.0 release notes (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaAvraimov-okta authored Feb 17, 2021
1 parent e46234c commit ee2f672
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 1.9.0

### Features

- [#77](https://github.com/okta/okta-react-native/pull/77) Adds support for typescript

### Bug Fixes

- [#76](https://github.com/okta/okta-react-native/pull/76) Returns true for `isAuthenticated` only if both Access **and** ID Tokens are valid (ios)
- [#78](https://github.com/okta/okta-react-native/pull/78) Fixes npe for unauthorized token request
- [#79](https://github.com/okta/okta-react-native/pull/79) Returns true for `isAuthenticated` only if both Access **and** ID Tokens are valid (android)

### Other

- [#71](https://github.com/okta/okta-react-native/pull/71) Upgrades outdated dependencies

# 1.8.1

### Bug Fix
Expand Down

0 comments on commit ee2f672

Please sign in to comment.