Skip to content

Commit b689929

Browse files
chore(release): 1.13.0 [skip ci]
# [1.13.0](1.12.0...1.13.0) (2020-11-15) ### Bug Fixes * reject package installation if current editor version is not qualified (refs: [#16](#16)) ([d4b15ac](d4b15ac)) * treat com.unity.ugui as a module ([5c2129c](5c2129c)) ### Features * fail if missing dependencies for command add, unless add option -f ([920d7a4](920d7a4))
1 parent 920d7a4 commit b689929

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.13.0](https://github.com/openupm/openupm-cli/compare/1.12.0...1.13.0) (2020-11-15)
2+
3+
4+
### Bug Fixes
5+
6+
* reject package installation if current editor version is not qualified (refs: [#16](https://github.com/openupm/openupm-cli/issues/16)) ([d4b15ac](https://github.com/openupm/openupm-cli/commit/d4b15acb0c945a5d509c0e9a62bb14fb3777925c))
7+
* treat com.unity.ugui as a module ([5c2129c](https://github.com/openupm/openupm-cli/commit/5c2129cefee7221fc8a1a978012fcfaca84cd4e8))
8+
9+
10+
### Features
11+
12+
* fail if missing dependencies for command add, unless add option -f ([920d7a4](https://github.com/openupm/openupm-cli/commit/920d7a4523ac085fdfecd0e46ef9f1f0cce162d0))
13+
114
# [1.12.0](https://github.com/openupm/openupm-cli/compare/1.11.0...1.12.0) (2020-11-13)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openupm-cli",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"preferGlobal": true,
55
"description": "openupm command line interface",
66
"main": "index.js",

0 commit comments

Comments
 (0)