This repository has been archived by the owner on Feb 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #95 from auth0-extensions/esd-10172-bump-minor-ver…
…sion Bump [email protected] and package minor version
- Loading branch information
Showing
7 changed files
with
41 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,21 @@ 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.0] - 2020-12-02 | ||
|
||
### auth0-bitbucket-deploy v3.7.0 | ||
### auth0-github-deploy v3.7.0 | ||
### auth0-gitlab-deploy v3.7.0 | ||
### auth0-visualstudio-deploy v3.7.0 | ||
- #### Changed | ||
- Bump [email protected], which fixes | ||
- add webauth-roaming as valid MFA factor name (ESD-10050) | ||
- log error if hooks deploy fails with 403 error code due to missing scope (ESD-9513) | ||
|
||
- #### Fixed | ||
- Updated package repository URLs [#94] | ||
- Custom db script should be included even when customization is disabled (ESD-10039) | ||
|
||
## [3.6.0] - 2020-11-18 | ||
|
||
### auth0-bitbucket-deploy v3.6.0 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "auth0-deploy-extensions", | ||
"version": "3.6.1", | ||
"version": "3.7.0", | ||
"description": "Auth0 Deployment Extensions", | ||
"engines": { | ||
"node": "5.9.0" | ||
|
@@ -32,7 +32,7 @@ | |
"@octokit/[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected].9", | ||
"[email protected].12", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
|
@@ -85,7 +85,7 @@ | |
"auth0-extension-tools": "1.4.5", | ||
"auth0-extension-ui": "^1.0.1", | ||
"auth0-oauth2-express": "^1.1.8", | ||
"auth0-source-control-extension-tools": "^4.1.9", | ||
"auth0-source-control-extension-tools": "^4.1.12", | ||
"axios": "^0.18.0", | ||
"babel": "^6.5.2", | ||
"babel-core": "^6.9.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters