diff --git a/CHANGELOG.md b/CHANGELOG.md index 405a8ecd..20f7b45b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.14.0](https://github.com/openupm/openupm-cli/compare/1.13.0...1.14.0) (2020-11-16) + + +### Features + +* support region CN ([45ed253](https://github.com/openupm/openupm-cli/commit/45ed2535dcaee453e2ba9b4917beab17e4435487)) + # [1.13.0](https://github.com/openupm/openupm-cli/compare/1.12.0...1.13.0) (2020-11-15) diff --git a/package.json b/package.json index a33e4bbd..c67678d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openupm-cli", - "version": "1.13.0", + "version": "1.14.0", "preferGlobal": true, "description": "openupm command line interface", "main": "index.js",