diff --git a/CHANGELOG.md b/CHANGELOG.md index 041eafc4..9d9bd37b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.5.0 + +* Feature: (GUI) Ability to add, edit and remove users + ## 5.4.1 * Improvement: `pos-cli modules download ` removes the modules/ before unpacking the new version to automatically handle scenario when a file is being removed from the module in a new version diff --git a/package-lock.json b/package-lock.json index aa760e10..b4355887 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@platformos/pos-cli", - "version": "5.4.0", + "version": "5.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@platformos/pos-cli", - "version": "5.4.0", + "version": "5.5.0", "bundleDependencies": [ "commander", "degit", diff --git a/package.json b/package.json index 2604d2ab..ac39bac6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@platformos/pos-cli", - "version": "5.4.0", + "version": "5.5.0", "description": "Manage your platformOS application", "scripts": { "test": "jest --runInBand",