Skip to content

Commit

Permalink
Release 1.19.1 (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Oct 14, 2021
1 parent 4f9fcfe commit 828808e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log

## [v1.19.1](https://github.com/auth0/auth0-spa-js/tree/v1.19.1) (2021-10-14)

[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.19.0...v1.19.1)

Republished version `1.19.0`, which got published during a period npm was suffering downtime issues, resulting in `1.19.0` being released but not installable for end users. Users should install `1.19.1` instead.

## [v1.19.0](https://github.com/auth0/auth0-spa-js/tree/v1.19.0) (2021-10-11)

[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.18.0...v1.19.0)

**Added**

- [SDK-2794] Return token response in getTokenSilently [\#803](https://github.com/auth0/auth0-spa-js/pull/803) ([stevehobbsdev](https://github.com/stevehobbsdev))
- [SDK-2793] Ability to define a custom now provider [\#802](https://github.com/auth0/auth0-spa-js/pull/802) ([frederikprijck](https://github.com/frederikprijck))

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "@auth0/auth0-spa-js",
"description": "Auth0 SDK for Single Page Applications using Authorization Code Grant Flow with PKCE",
"license": "MIT",
"version": "1.19.0",
"version": "1.19.1",
"main": "dist/lib/auth0-spa-js.cjs.js",
"types": "dist/typings/index.d.ts",
"module": "dist/auth0-spa-js.production.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.19.0';
export default '1.19.1';

0 comments on commit 828808e

Please sign in to comment.