Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <module>` removes the modules/<module> before unpacking the new version to automatically handle scenario when a file is being removed from the module in a new version
Expand Down
4 changes: 2 additions & 2 deletions package-lock.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": "@platformos/pos-cli",
"version": "5.4.0",
"version": "5.5.0",
"description": "Manage your platformOS application",
"scripts": {
"test": "jest --runInBand",
Expand Down