Skip to content

Commit 61c8e6c

Browse files
authored
Release 0.2.0 (#16)
1 parent ea9ec9f commit 61c8e6c

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [v0.2.0](https://github.com/auth0/auth0-react/tree/v0.2.0) (2020-05-20)
4+
5+
**Added**
6+
7+
- [SDK-1642] Add missing methods from SPA JS [\#11](https://github.com/auth0/auth0-react/pull/11) ([adamjmcgrath](https://github.com/adamjmcgrath))
8+
- [SDK-1582] Normalize the auth0 error and add error handling to the basic example [\#10](https://github.com/auth0/auth0-react/pull/10) ([adamjmcgrath](https://github.com/adamjmcgrath))
9+
10+
**Changed**
11+
12+
- Rename auth prop to prevent clashes and align with public api [\#14](https://github.com/auth0/auth0-react/pull/14) ([adamjmcgrath](https://github.com/adamjmcgrath))
13+
- Bundle SPA JS with the SDK for easier install [\#13](https://github.com/auth0/auth0-react/pull/13) ([adamjmcgrath](https://github.com/adamjmcgrath))
14+
315
## [v0.1.0](https://github.com/auth0/auth0-react/tree/v0.1.0) (2020-05-08)
416

517
**Added**

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ Auth0 SDK for React Applications.
2828

2929
## Installation
3030

31-
For Early Access, download the binary from the releases page: [auth0-auth0-react-0.1.0.tgz](https://github.com/auth0/auth0-react/releases/download/v0.1.0/auth0-auth0-react-0.1.0.tgz).
31+
For Early Access, download the binary from the releases page: [auth0-auth0-react-0.2.0.tgz](https://github.com/auth0/auth0-react/releases/download/v0.2.0/auth0-auth0-react-0.2.0.tgz).
3232

3333
Then install it from the folder you downloaded it to:
3434

3535
```bash
36-
npm install ~/Downloads/auth0-auth0-react-0.1.0.tgz
36+
npm install ~/Downloads/auth0-auth0-react-0.2.0.tgz
3737
```
3838

3939
## Getting Started

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Auth0",
33
"name": "@auth0/auth0-react",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"description": "Auth0 SDK for React applications",
66
"keywords": [
77
"auth0",

0 commit comments

Comments
 (0)