mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 22:23:07 +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.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
## [5.3.0] - 2017-03-03
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "resin-cli",
|
"name": "resin-cli",
|
||||||
"version": "5.3.0",
|
"version": "5.4.0",
|
||||||
"description": "Git Push to your devices",
|
"description": "Git Push to your devices",
|
||||||
"main": "./build/actions/index.js",
|
"main": "./build/actions/index.js",
|
||||||
"homepage": "https://github.com/resin-io/resin-cli",
|
"homepage": "https://github.com/resin-io/resin-cli",
|
||||||
|
Loading…
Reference in New Issue
Block a user