Skip to content

Commit

Permalink
Update version 3.0.3 and changeLog
Browse files Browse the repository at this point in the history
:Release Notes:
Update version 3.0.3

:Detailed Notes:
- Update package.json for v3.0.3
- Update npm-shrinkwarp.json
- Update CHANEGLOG.md for v3.0.3

: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.3

:Issues Addressed:
[WRQ-15950] [CLI-common] Prepare for release 3.0.3
  • Loading branch information
QUANG VAN NGUYEN/LGEDV webOS TEAM([email protected]) committed Mar 29, 2024
1 parent 6544b4d commit 82fcb72
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 3.0.3 (March 29, 2024)
### ares-setup-device
* Fixed a bug that the ares-setup-device of existing TV CLI is not working, after adding new target from CLI v3.0.2. If error is occurs again, please reset device list via "ares-setup-device -R" and add it again.
* Allow localhost as ip address to add target and add port validation(1-65535)

### ares-generate
* Update TV template to apply webOSTVjs v1.2.10 in ares-generate

### Common
* Update webOSTV.js to v1.2.10
* Fixed a bug that profile change is not working after installing with root on mac/linux


## 3.0.0 (March 4, 2024)
### ares-config
* Added as a new command for showing or changing the profile of CLI.
Expand Down
6 changes: 3 additions & 3 deletions npm-shrinkwrap.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webos-tools/cli",
"version": "3.0.2",
"version": "3.0.3",
"description": "Command Line Interface for development webOS application and service",
"main": "APIs.js",
"author": "ye.kim",
Expand Down Expand Up @@ -95,4 +95,4 @@
"url": "https://github.com/webos-tools/cli/issues"
},
"homepage": "https://github.com/webos-tools/cli#readme"
}
}

0 comments on commit 82fcb72

Please sign in to comment.