Skip to content

Commit

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

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

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

:Issues Addressed:
N/A
  • Loading branch information
nguyen-van-quang committed Mar 30, 2024
1 parent f92e272 commit 8cde305
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.0.4 (March 30, 2024)
### Common
* Fixed a bug that always requires sudo permission when exec ares commands


## 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.
Expand Down
4 changes: 2 additions & 2 deletions 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": "@webos-tools/cli",
"version": "3.0.3",
"version": "3.0.4",
"description": "Command Line Interface for development webOS application and service",
"main": "APIs.js",
"scripts": {
Expand Down

0 comments on commit 8cde305

Please sign in to comment.