Skip to content

Commit

Permalink
Merge pull request #287 from auth0/dxex-1038-bump-source-control-exte…
Browse files Browse the repository at this point in the history
…nsion-tools

[DXEX-1038] fix: bump [email protected]
  • Loading branch information
shushen authored Nov 6, 2020
2 parents b293942 + 0f34395 commit 1d6f3e3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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]
- Fix pagination for specific API calls by bumping [email protected] [#287]

### Changed
- Return database `enabled_clients` in deterministic order [#281]

## [5.2.1] - 2020-09-23
### Fixed
- Issue with client grants deleted when using AUTH0_EXCLUDED_CLIENTS
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.2.1",
"version": "5.3.0",
"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.8",
"auth0-source-control-extension-tools": "^4.1.9",
"dot-prop": "^5.2.0",
"fs-extra": "^7.0.0",
"global-agent": "^2.1.12",
Expand Down

0 comments on commit 1d6f3e3

Please sign in to comment.