diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b4fe634..7e9563d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.10.0](https://github.com/openupm/openupm-cli/compare/1.9.1...1.10.0) (2020-08-08) + + +### Features + +* color output ([aac4ce9](https://github.com/openupm/openupm-cli/commit/aac4ce9d72cc90bfb41fa6d0a3f0a99649bffa91)) + ## [1.9.1](https://github.com/openupm/openupm-cli/compare/1.9.0...1.9.1) (2020-08-02) diff --git a/package.json b/package.json index 72131bbc..bd1d9424 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openupm-cli", - "version": "1.9.1", + "version": "1.10.0", "preferGlobal": true, "description": "openupm command line interface", "main": "index.js",