Skip to content

Commit

Permalink
chore(release): 1.15.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.15.0](1.14.3...1.15.0) (2022-05-08)

### Features

* cli requires node 14 ([c51dfb5](c51dfb5))
* **cli:** remove the '--clean-cache' parameter from the search command ([7cf2cf0](7cf2cf0))
  • Loading branch information
semantic-release-bot committed May 8, 2022
1 parent 9a79a2a commit 0d2e633
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.15.0](https://github.com/openupm/openupm-cli/compare/1.14.3...1.15.0) (2022-05-08)


### Features

* cli requires node 14 ([c51dfb5](https://github.com/openupm/openupm-cli/commit/c51dfb5e620d8ac1c5dc4deaf4f506c72e683182))
* **cli:** remove the '--clean-cache' parameter from the search command ([7cf2cf0](https://github.com/openupm/openupm-cli/commit/7cf2cf0d268ec8a9a971ab373759bbeef14abbcd))

## [1.14.3](https://github.com/openupm/openupm-cli/compare/1.14.2...1.14.3) (2021-04-09)


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

0 comments on commit 0d2e633

Please sign in to comment.