Skip to content

Commit

Permalink
v3.6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zxan1285 committed May 28, 2019
1 parent c18f086 commit ae83aac
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.6.3] - 2019-05-28

### Fixed

- Extra information leak for connections and applications
- Rendering of reserved fields in custom field edit form

## [3.6.2] - 2019-04-20

### Updated
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
@@ -1,6 +1,6 @@
{
"name": "auth0-delegated-admin",
"version": "3.6.2",
"version": "3.6.3",
"description": "This extension allows non-dashboard administrators to manage (a subset of) users.",
"engines": {
"node": ">8.9"
Expand Down
2 changes: 1 addition & 1 deletion webtask.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Delegated Administration Dashboard",
"name": "auth0-delegated-admin",
"version": "3.6.2",
"version": "3.6.3",
"author": "auth0",
"useHashName": false,
"description": "This extension allows non-dashboard administrators to manage (a subset of) users.",
Expand Down

0 comments on commit ae83aac

Please sign in to comment.