From 27e721ff3054d627eadafd9a0fbacf83e515b538 Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Mon, 1 Jun 2020 17:49:39 +0100 Subject: [PATCH] Release 0.3.1 (#26) --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc5c7096..929f1787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v0.3.1](https://github.com/auth0/auth0-react/tree/v0.3.1) (2020-06-01) + +**Fixed** + +- getToken methods were being called in the wrong scope [\#24](https://github.com/auth0/auth0-react/pull/24) ([adamjmcgrath](https://github.com/adamjmcgrath)) + ## [v0.3.0](https://github.com/auth0/auth0-react/tree/v0.3.0) (2020-05-29) **Added** diff --git a/README.md b/README.md index 2b268e85..5eea49ed 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,12 @@ Auth0 SDK for React Applications. ## Installation -For Early Access, download the binary from the releases page: [auth0-auth0-react-0.3.0.tgz](https://github.com/auth0/auth0-react/releases/download/v0.3.0/auth0-auth0-react-0.3.0.tgz). +For Early Access, download the binary from the releases page: [auth0-auth0-react-0.3.1.tgz](https://github.com/auth0/auth0-react/releases/download/v0.3.1/auth0-auth0-react-0.3.1.tgz). Then install it from the folder you downloaded it to: ```bash -npm install ~/Downloads/auth0-auth0-react-0.3.0.tgz +npm install ~/Downloads/auth0-auth0-react-0.3.1.tgz ``` ## Getting Started diff --git a/package-lock.json b/package-lock.json index a2729330..172a6fe5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@auth0/auth0-react", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9a346a4b..c69c0104 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Auth0", "name": "@auth0/auth0-react", - "version": "0.3.0", + "version": "0.3.1", "description": "Auth0 SDK for React applications", "keywords": [ "auth0",