Skip to content

Commit

Permalink
Update version to 2.2.0
Browse files Browse the repository at this point in the history
:Release Notes:
Update version to 2.2.0

:Detailed Notes:
- Update version in package.json and npm-shrinkwrap.json
- Update CHANGELOG.md

:Testing Performed:
1. Install CLI 2.2.0 package using below command
  $sudo npm uninstall -g @webosose/ares-cli
  $sudo npm install -g https://github.com:webosose/ares-cli.git#Update_version_2.2.0
2. Check version using below command
  $ares -V
  > Version: 2.2.0

:Issues Addressed:
[PLAT-141834] Prepare CLI v2.2.0 release for OSE 2.11.0
  • Loading branch information
ssuminahn committed Jun 21, 2021
1 parent bed203c commit 9da9c45
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 2.2.0 (June 21, 2021)
### ares-log
* Added as a new command for showing or saving logs of webOS apps and services.

### ares-setup-device
* Updated the naming rule for the DEVICE_NAME parameter.

### ares-install
* Enhanced the readability of the results of the --listfull option.

### Common
* Categorized error messages and added user tips according to each error message.

### Meta files
* Updated the README file.


## 2.1.0 (April 2, 2021)
### ares-device
* Supports screen capture using the `--capture-screen` option.
Expand All @@ -9,15 +26,18 @@
### ares-shell
* Fixed an issue that environment variables using the `ares-shell -r` command were different from environment variables of the target device.


## 2.0.3 (January 22, 2021)
### ares
* Updated help message.

### Meta files
* Updated the README file.


## 2.0.2 (December 29, 2020)
* Supports Node v14.15.1.


## 2.0.0 (December 11, 2020)
* Initial github release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The list of ares-cli commands is as follows:
- `ares-push`: Pushes file(s) from a host machine to a target device.
- `ares-pull`: Pulls file(s) from a target device to a host machine.
- `ares-device`: Displays the device information.
- `ares-log`: Show or save logs of webOS apps and services.
- `ares-log`: Shows or saves logs of webOS apps and services.

## Documentations

Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webosose/ares-cli",
"version": "2.1.0",
"version": "2.2.0",
"description": "Command Line Interface for development webOS application and service",
"main": "./bin/ares.js",
"author": "ye.kim",
Expand Down

0 comments on commit 9da9c45

Please sign in to comment.