Skip to content

Commit

Permalink
chore(release): 1.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Nov 15, 2020
1 parent 920d7a4 commit b689929
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.13.0](https://github.com/openupm/openupm-cli/compare/1.12.0...1.13.0) (2020-11-15)


### Bug Fixes

* 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))
* treat com.unity.ugui as a module ([5c2129c](https://github.com/openupm/openupm-cli/commit/5c2129cefee7221fc8a1a978012fcfaca84cd4e8))


### Features

* fail if missing dependencies for command add, unless add option -f ([920d7a4](https://github.com/openupm/openupm-cli/commit/920d7a4523ac085fdfecd0e46ef9f1f0cce162d0))

# [1.12.0](https://github.com/openupm/openupm-cli/compare/1.11.0...1.12.0) (2020-11-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openupm-cli",
"version": "1.12.0",
"version": "1.13.0",
"preferGlobal": true,
"description": "openupm command line interface",
"main": "index.js",
Expand Down

0 comments on commit b689929

Please sign in to comment.