Skip to content

Commit

Permalink
Merge pull request #289 from auth0/ESD-9513_and_10050
Browse files Browse the repository at this point in the history
[DXEX-1074] bump auth0-source-control-extension-tools version
  • Loading branch information
luisbritos authored Nov 17, 2020
2 parents 1d6f3e3 + 6d19d0f commit 9b44071
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.3.1] - 2020-11-16
### Fixed
- Fix report error exporting hooks by bumping [email protected] [#289]
- Add MFA factor webauthn-roaming support by bumping [email protected] [#289]

## [5.3.0] - 2020-11-05
### Fixed
- Fix the structure of the example policies.json, and correct the guardianPolicies test to use `all-applications` instead of `all-application` [#278]
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-deploy-cli",
"version": "5.3.0",
"version": "5.3.1",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"auth0": "^2.27.0",
"auth0-extension-tools": "^1.4.4",
"auth0-source-control-extension-tools": "^4.1.9",
"auth0-source-control-extension-tools": "^4.1.12",
"dot-prop": "^5.2.0",
"fs-extra": "^7.0.0",
"global-agent": "^2.1.12",
Expand Down

0 comments on commit 9b44071

Please sign in to comment.