diff --git a/CHANGELOG.md b/CHANGELOG.md index 302683988..e5f6c8f84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ 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] + ## [7.13.0] - 2022-06-06 ### Added @@ -769,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": {