This commit is contained in:
Kostas Lekkas 2017-03-10 18:19:45 +00:00
parent c95a01e34e
commit 9f3108c5e7
No known key found for this signature in database
GPG Key ID: 7742375E5EDF01C3
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [5.5.0] - 2017-03-10
### Added
- Require superuser for scan commands, also introduce docker timeout
- Bump resin-sync@7.0.0: use experimental rds which requires superuser permissions
## [5.4.0] - 2017-03-09
### Added

View File

@ -1,6 +1,6 @@
{
"name": "resin-cli",
"version": "5.4.0",
"version": "5.5.0",
"description": "Git Push to your devices",
"main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli",