Skip to content

Commit afb49f6

Browse files
author
Chris Geihsler
committed
5.2.0
1 parent ca67adb commit afb49f6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Diff for: CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [5.2.0] - 2020-09-17
911
### Fixed
1012
- Always sort custom database scripts alphabetically
1113

@@ -255,7 +257,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
255257
[#242]: https://github.com/auth0/auth0-deploy-cli/issues/242
256258
[#247]: https://github.com/auth0/auth0-deploy-cli/issues/247
257259

258-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v5.1.6...HEAD
260+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v5.2.0...HEAD
261+
[5.2.0]: https://github.com/auth0/auth0-deploy-cli/compare/v5.1.6...v5.2.0
259262
[5.1.6]: https://github.com/auth0/auth0-deploy-cli/compare/v5.1.5...v5.1.6
260263
[5.1.5]: https://github.com/auth0/auth0-deploy-cli/compare/v5.1.4...v5.1.5
261264
[5.1.4]: https://github.com/auth0/auth0-deploy-cli/compare/v5.1.3...v5.1.4

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-deploy-cli",
3-
"version": "5.1.6",
3+
"version": "5.2.0",
44
"description": "A command line tool for deploying updates to your Auth0 tenant",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)