From 648d0ec473a3a6861fb23001e68289dcb18c36d7 Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Mon, 13 Jun 2022 09:16:45 -0400 Subject: [PATCH 1/2] Updating changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 302683988..30bca175c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Removing single usage of `flatMap` array method to prevent crashes with Node v10 [#577] + ## [7.13.0] - 2022-06-06 ### Added From 609ff032f3fac4fb0efa0e895f5741d1c05500cd Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Mon, 13 Jun 2022 09:16:56 -0400 Subject: [PATCH 2/2] 7.13.1 --- CHANGELOG.md | 6 +++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30bca175c..e5f6c8f84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.13.1] - 2022-06-13 + ### Fixed - Removing single usage of `flatMap` array method to prevent crashes with Node v10 [#577] @@ -773,7 +775,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#553]: https://github.com/auth0/auth0-deploy-cli/issues/553 [#554]: https://github.com/auth0/auth0-deploy-cli/issues/554 [#563]: https://github.com/auth0/auth0-deploy-cli/issues/563 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.13.0...HEAD +[#577]: https://github.com/auth0/auth0-deploy-cli/issues/577 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.13.1...HEAD +[7.13.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.13.0...v7.13.1 [7.13.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.12.3...v7.13.0 [7.12.3]: https://github.com/auth0/auth0-deploy-cli/compare/v7.12.2...v7.12.3 [7.12.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.12.1...v7.12.2 diff --git a/package-lock.json b/package-lock.json index 836f82db7..70bc563af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.13.0", + "version": "7.13.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.13.0", + "version": "7.13.1", "license": "MIT", "dependencies": { "@types/lodash": "^4.14.181", diff --git a/package.json b/package.json index 6d8614c05..7652580a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.13.0", + "version": "7.13.1", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {