diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b6c74a..f8a523a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -9,6 +26,7 @@ ### 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. @@ -16,8 +34,10 @@ ### 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. diff --git a/README.md b/README.md index 366dacf..a3ee01c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index de07ec4..c041be8 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "@webosose/ares-cli", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f91be91..d65724e 100644 --- a/package.json +++ b/package.json @@ -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",