mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
5.4.0
This commit is contained in:
parent
e5a7fa5617
commit
2125cf9649
18
CHANGELOG.md
18
CHANGELOG.md
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user