Auto-merge for PR #821 via VersionBot

Update resin-preload to 6.1.2
This commit is contained in:
resin-io-versionbot[bot] 2018-03-20 15:54:28 +00:00 committed by GitHub
commit e4c9defb70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -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]

View File

@ -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",