Skip to content

Commit

Permalink
Update version 3.0.6 and changeLog
Browse files Browse the repository at this point in the history
: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
  • Loading branch information
QUANG VAN NGUYEN/LGEDV webOS TEAM([email protected]) committed Apr 13, 2024
1 parent 5f765cc commit 17f173a
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.6 (April 04, 2024)
### ares-log
* Fixed a bug that invalid json format


## 3.0.5 (April 01, 2024)
### Common
* Fixed a bug that can not install on window by CMD or Powershell
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.5",
"version": "3.0.6",
"description": "Command Line Interface for development webOS application and service",
"main": "APIs.js",
"scripts": {
Expand Down

0 comments on commit 17f173a

Please sign in to comment.