This commit is contained in:
Kostas Lekkas 2017-03-09 23:56:10 +00:00
parent e5a7fa5617
commit 2125cf9649
No known key found for this signature in database
GPG Key ID: 7742375E5EDF01C3
2 changed files with 19 additions and 1 deletions

View File

@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [5.4.0] - 2017-03-09
### Added
- Implement 'resin local stop'
- Implement 'resin local'
- Implement 'resin local push'
- Implement 'resin local ssh'
- Implement 'resin local scan'
- Implement 'resin local promote'
- Implement 'resin local logs'
- Implement 'resin local flash'
- Implement 'resin local configure'
### Changed
- Remove app create from primary commands
## [5.3.0] - 2017-03-03
### Added

View File

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