Skip to content

Commit

Permalink
5.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Geihsler committed Aug 13, 2020
1 parent 6a3e4e0 commit 2addc6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.1.5] - 2020-08-13
### Fixed
- The --proxy_url option should work properly now. (Although only on Node >= 10).

Expand Down Expand Up @@ -246,8 +247,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#242]: https://github.com/auth0/auth0-deploy-cli/issues/242
[#247]: https://github.com/auth0/auth0-deploy-cli/issues/247

[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v5.1.4...HEAD
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v5.1.5...HEAD
[5.1.5]: https://github.com/auth0/auth0-deploy-cli/compare/v5.1.4...v5.1.5
[5.1.4]: https://github.com/auth0/auth0-deploy-cli/compare/v5.1.3...v5.1.4
[5.1.3]: https://github.com/auth0/auth0-deploy-cli/compare/v5.1.3...v5.1.3
[5.1.3]: https://github.com/auth0/auth0-deploy-cli/compare/v5.1.0...v5.1.3
[5.1.0]: https://github.com/auth0/auth0-deploy-cli/compare/v5.0.0...v5.1.0
[5.0.0]: https://github.com/auth0/auth0-deploy-cli/compare/v4.3.1...v5.0.0
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.1.4",
"version": "5.1.5",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit 2addc6d

Please sign in to comment.