Skip to content

Commit 283beb8

Browse files
committed
v2.1.1 release
1 parent 7dbf266 commit 283beb8

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ npm-debug.log
1313
coverage.lcov
1414
.nyc_output
1515
coverage/
16+
dist/

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.1] - Unreleased
7+
## [2.1.1] - 2019-02-19
88

99
### Added
1010
- Possibility to re-arrange applications order

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1.0",
3+
"version": "2.1.1",
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.1.0",
4+
"version": "2.1.1",
55
"preVersion": "1.1.6",
66
"author": "Auth0",
77
"useHashName": false,

0 commit comments

Comments
 (0)