diff --git a/CHANGELOG.md b/CHANGELOG.md index 1483e8f..5b014ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,3 +21,7 @@ Added `alarms`, `sync` commands ## 1.0.6a Publish to NPM + +## 1.0.7a + +Fix publish to NPM diff --git a/README.md b/README.md index 1ee8c62..85beb86 100644 --- a/README.md +++ b/README.md @@ -389,3 +389,5 @@ EMN returns error if commited configuration includes attributes with type SHORT. 1.0.5a - Added `alarms`, `sync` commands 1.0.6a - Publish to NPM + +1.0.7a - Fix publish to NPM diff --git a/package.json b/package.json index 22cc32d..c24eae5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tplg-cli", - "version": "1.0.6-b", + "version": "1.0.7-a", "description": "This is a cli application to access Ericcson Network Manager (ENM) Topology Browser", "bin": "./bin/tplg-cli.js", "scripts": {