Skip to content

Commit 17f173a

Browse files
author
QUANG VAN NGUYEN/LGEDV webOS TEAM(quang13.nguyen@lge.com)
committed
Update version 3.0.6 and changeLog
:Release Notes: Update version 3.0.6 :Detailed Notes: - Update package.json for v3.0.6 - Update npm-shrinkwarp.json - Update CHANEGLOG.md for v3.0.6 :Testing Performed: 1. Set this branch and npm install on clean environment 2. Checked CLI unit test 3. Checked API unit test 4. Checked eslint 5. Check version using below command $ ares -V > Version: 3.0.6 :Issues Addressed: N/A
1 parent 5f765cc commit 17f173a

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.0.6 (April 04, 2024)
2+
### ares-log
3+
* Fixed a bug that invalid json format
4+
5+
16
## 3.0.5 (April 01, 2024)
27
### Common
38
* Fixed a bug that can not install on window by CMD or Powershell

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webos-tools/cli",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"description": "Command Line Interface for development webOS application and service",
55
"main": "APIs.js",
66
"scripts": {

0 commit comments

Comments
 (0)