Skip to content

Commit

Permalink
chore(release): 1.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.11.0](1.10.0...1.11.0) (2020-08-09)

### Bug Fixes

* move --wsl and --system-user as parent options ([0184fa4](0184fa4))
* use --basic-auth option for basic authentication ([ceddcca](ceddcca))

### Features

* support auth for add, deps, remove, and view commands ([b41725f](b41725f))
* support auth for the search command ([a96708e](a96708e))
  • Loading branch information
semantic-release-bot committed Aug 9, 2020
1 parent 7765768 commit 5474e58
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.11.0](https://github.com/openupm/openupm-cli/compare/1.10.0...1.11.0) (2020-08-09)


### Bug Fixes

* move --wsl and --system-user as parent options ([0184fa4](https://github.com/openupm/openupm-cli/commit/0184fa485926f9bc45f48e16e94b1d649dbc8d4d))
* use --basic-auth option for basic authentication ([ceddcca](https://github.com/openupm/openupm-cli/commit/ceddcca21bafe6cc60d1c6426e48b4c894b5553c))


### Features

* support auth for add, deps, remove, and view commands ([b41725f](https://github.com/openupm/openupm-cli/commit/b41725f2ed82f3f73bf43f44d763c3c564aca095))
* support auth for the search command ([a96708e](https://github.com/openupm/openupm-cli/commit/a96708e4f2caef5f5bfb636371f1f8f4b86a7dfb))

# [1.10.0](https://github.com/openupm/openupm-cli/compare/1.9.1...1.10.0) (2020-08-08)


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.10.0",
"version": "1.11.0",
"preferGlobal": true,
"description": "openupm command line interface",
"main": "index.js",
Expand Down

0 comments on commit 5474e58

Please sign in to comment.