From ce3cbb413dfab48fe226f661025c91063445a569 Mon Sep 17 00:00:00 2001 From: ssuminahn <44153355+ssuminahn@users.noreply.github.com> Date: Thu, 16 Feb 2023 09:46:49 +0900 Subject: [PATCH] Update version 2.4.0 :Release Notes: Update version 2.4.0 :Detailed Notes: - Update version in package.json and npm-shrinkwrap.json - Update CHANGELOG.md :Testing Performed: 1. Install CLI 2.4.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.4.0 2. Check version using below command $ ares -V > Version: 2.4.0 :Issues Addressed: [WRP-8976] Prepare to release CLI v2.4.0 --- CHANGELOG.md | 14 ++++++++++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fd7472..b16d3a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 2.4.0 (February 16, 2023) +### ares-device +* Supports to show node version usage using `--system-info` option. +* Fixed a bug that js service is not listed-up when ares-device `--resource-monitor --list` option. + +### ares-inspect +* Updated displayed guide text during js service inspection using `--service` option. + +### Common +* Supports features of below commands as APIs(total 10s) +: ares-generate, ares-inspect, ares-install, ares-launch, ares-package, ares-pull, ares-push, ares-server, ares-setup-device, ares-shell +* Added unit test to verify APIs + + ## 2.3.0 (February 7, 2022) ### ares-log * Supports to show logs of pmlogd and added options to support related features. diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d7b59d8..82eaf43 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "@webosose/ares-cli", - "version": "2.3.1", + "version": "2.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 17eb2e4..836843a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webosose/ares-cli", - "version": "2.3.1", + "version": "2.4.0", "description": "Command Line Interface for development webOS application and service", "main": "APIs.js", "author": "ye.kim",