mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-21 17:56:57 +00:00
commit
e4c9defb70
@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
|
|||||||
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## v7.0.7 - 2018-03-20
|
||||||
|
|
||||||
|
* Update resin-preload to 6.1.2 #821 [Alexis Svinartchouk]
|
||||||
|
|
||||||
## v7.0.6 - 2018-03-20
|
## v7.0.6 - 2018-03-20
|
||||||
|
|
||||||
* Make sure image name is all lowercase #815 [Akis Kesoglou]
|
* Make sure image name is all lowercase #815 [Akis Kesoglou]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "resin-cli",
|
"name": "resin-cli",
|
||||||
"version": "7.0.6",
|
"version": "7.0.7",
|
||||||
"description": "The official resin.io CLI tool",
|
"description": "The official resin.io CLI tool",
|
||||||
"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",
|
||||||
@ -138,7 +138,7 @@
|
|||||||
"resin-image-fs": "^2.3.0",
|
"resin-image-fs": "^2.3.0",
|
||||||
"resin-image-manager": "^5.0.0",
|
"resin-image-manager": "^5.0.0",
|
||||||
"resin-multibuild": "^0.5.1",
|
"resin-multibuild": "^0.5.1",
|
||||||
"resin-preload": "^6.0.0",
|
"resin-preload": "^6.1.2",
|
||||||
"resin-release": "^1.1.1",
|
"resin-release": "^1.1.1",
|
||||||
"resin-sdk": "^9.0.0-beta7",
|
"resin-sdk": "^9.0.0-beta7",
|
||||||
"resin-sdk-preconfigured": "^6.9.0",
|
"resin-sdk-preconfigured": "^6.9.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user