From a3b446dbe703fa08e5109e0b365f6e770e99b4e1 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Fri, 23 Mar 2018 13:41:16 +0000 Subject: [PATCH 1/2] Update resin-preload to 6.2.0 and resin-sdk to 9.0.0-beta16 Change-Type: patch --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cd060790..dcce2af4 100644 --- a/package.json +++ b/package.json @@ -139,9 +139,9 @@ "resin-image-fs": "^2.3.0", "resin-image-manager": "^5.0.0", "resin-multibuild": "^0.5.1", - "resin-preload": "^6.1.2", + "resin-preload": "^6.2.0", "resin-release": "^1.2.0", - "resin-sdk": "9.0.0-beta14", + "resin-sdk": "9.0.0-beta16", "resin-sdk-preconfigured": "^6.9.0", "resin-settings-client": "^3.6.1", "resin-stream-logger": "^0.1.0", From 69ce2c04731f425f8452f44b7105f26cfb364e3c Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Fri, 23 Mar 2018 13:49:24 +0000 Subject: [PATCH 2/2] v7.1.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e8294c7..58050f12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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! This project adheres to [Semantic Versioning](http://semver.org/). +## v7.1.2 - 2018-03-23 + +* Update resin-preload to 6.2.0 and resin-sdk to 9.0.0-beta16 #830 [Alexis Svinartchouk] + ## v7.1.1 - 2018-03-22 * Remove explicit anchor links in CLI docs #827 [Zach Walchuk] diff --git a/package.json b/package.json index dcce2af4..91153595 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.1.1", + "version": "7.1.2", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",