auth0-deploy-cli 7.5.1 → 7.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [7.5.2] - 2022-03-15
11
+ ### Fixed
12
+ - Resetting this version to be latest on NPM
13
+
10
14
  ## [7.5.1] - 2022-03-11
11
15
  ### Fixed
12
16
  - Updating dead link in logging output [#436]
@@ -453,7 +457,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
453
457
  [#432]: https://github.com/auth0/auth0-deploy-cli/issues/432
454
458
  [#436]: https://github.com/auth0/auth0-deploy-cli/issues/436
455
459
 
456
- [Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.5.1...HEAD
460
+ [Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.5.2...HEAD
461
+ [7.5.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.5.1...v7.5.2
457
462
  [7.5.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.5.0...v7.5.1
458
463
  [7.5.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.4.0...v7.5.0
459
464
  [7.4.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.3.7...v7.4.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auth0-deploy-cli",
3
- "version": "7.5.1",
3
+ "version": "7.5.2",
4
4
  "description": "A command line tool for deploying updates to your Auth0 tenant",
5
5
  "main": "lib/index.js",
6
6
  "bin": {