Skip to content

Commit

Permalink
chore: bump release to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shushen committed Nov 6, 2020
1 parent 3b2ae4c commit 0f34395
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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
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-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

0 comments on commit 0f34395

Please sign in to comment.