Skip to content

Commit 1e21973

Browse files
committed
Update to 2.1.0.
1 parent f5941f9 commit 1e21973

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.1.0] - 2018-12-11
8+
9+
### Changed
10+
- Exposing ALLOW_AUTHZ. #39
11+
712
## [2.0.1] - 2018-11-16
813

914
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-sso-dashboard",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "This extension provides your users with a dashboard for all of their applications.",
55
"engines": {
66
"node": ">=4.x"

webtask.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "SSO Dashboard",
33
"name": "auth0-sso-dashboard",
4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"preVersion": "1.1.6",
66
"author": "Auth0",
77
"useHashName": false,

0 commit comments

Comments
 (0)