From 0903b8e439680e2a4b26c68772c638749a0c6eff Mon Sep 17 00:00:00 2001 From: Umut Benzer Date: Thu, 9 Jan 2020 13:21:12 +0300 Subject: [PATCH] 3.7.2 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- webtask.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 150aa2594..740d172eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.7.2] - 2020-01-09 + +### Changes + +- Added the Client to the password reset dialog, optional + ## [3.7.1] - 2019-12-18 ### Changes diff --git a/package-lock.json b/package-lock.json index 6b13515e4..8d069fc0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "auth0-delegated-admin", - "version": "3.7.1", + "version": "3.7.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ed951a5c6..964812eee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-delegated-admin", - "version": "3.7.1", + "version": "3.7.2", "description": "This extension allows non-dashboard administrators to manage (a subset of) users.", "engines": { "node": ">8.9" diff --git a/webtask.json b/webtask.json index 9f5689329..42634aea9 100644 --- a/webtask.json +++ b/webtask.json @@ -1,7 +1,7 @@ { "title": "Delegated Administration Dashboard", "name": "auth0-delegated-admin", - "version": "3.7.0", + "version": "3.7.2", "author": "auth0", "useHashName": false, "description": "This extension allows non-dashboard administrators to manage (a subset of) users.",