diff --git a/CHANGELOG.md b/CHANGELOG.md index 256f7b84..307c8f0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.15.0](https://github.com/openupm/openupm-cli/compare/1.14.3...1.15.0) (2022-05-08) + + +### Features + +* cli requires node 14 ([c51dfb5](https://github.com/openupm/openupm-cli/commit/c51dfb5e620d8ac1c5dc4deaf4f506c72e683182)) +* **cli:** remove the '--clean-cache' parameter from the search command ([7cf2cf0](https://github.com/openupm/openupm-cli/commit/7cf2cf0d268ec8a9a971ab373759bbeef14abbcd)) + ## [1.14.3](https://github.com/openupm/openupm-cli/compare/1.14.2...1.14.3) (2021-04-09) diff --git a/package.json b/package.json index 00bcfd9b..84d486a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openupm-cli", - "version": "1.14.3", + "version": "1.15.0", "preferGlobal": true, "description": "openupm command line interface", "main": "index.js",