From 0221678ed767c8d10d6bd6ae8047c3b15686337c Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Tue, 7 Feb 2023 16:13:58 -0500 Subject: [PATCH] 7.16.1 (#734) * Updating changelog for 7.16.1 * 7.16.1 --------- Co-authored-by: Will Vedder --- CHANGELOG.md | 10 +++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fd011b9..6a962333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.16.1] - 2023-02-07 + +### Fixed + +- Exporting of multiple client grants for a single client when using directory format [#729] +- Tenant-agnostic client grant files when exporting using directory format [#729] + ## [7.16.0] - 2023-02-01 ### Added @@ -876,7 +883,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#726]: https://github.com/auth0/auth0-deploy-cli/issues/726 [#727]: https://github.com/auth0/auth0-deploy-cli/issues/727 [#729]: https://github.com/auth0/auth0-deploy-cli/issues/729 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.16.0...HEAD +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.16.1...HEAD +[7.16.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.16.0...v7.16.1 [7.16.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.2...v7.16.0 [7.15.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.1...v7.15.2 [7.15.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.0...v7.15.1 diff --git a/package-lock.json b/package-lock.json index 5ba91a9e..28ac0afc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.16.0", + "version": "7.16.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.16.0", + "version": "7.16.1", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 8b97fc11..e87c3140 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.16.0", + "version": "7.16.1", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {