diff --git a/CHANGELOG.md b/CHANGELOG.md index f9db04c6..f79234f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://github.com/openupm/openupm-cli/compare/1.7.1...1.8.0) (2020-06-18) + + +### Features + +* add test option to the add command ([#9](https://github.com/openupm/openupm-cli/issues/9)) ([9f976bd](https://github.com/openupm/openupm-cli/commit/9f976bd0ab113ec98294a4c90c3e41874d877680)) + ## [1.7.1](https://github.com/openupm/openupm-cli/compare/1.7.0...1.7.1) (2020-05-13) diff --git a/package.json b/package.json index 80d072fd..6942afb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openupm-cli", - "version": "1.7.1", + "version": "1.8.0", "preferGlobal": true, "description": "openupm command line interface", "main": "index.js",