From 9d0c3f7535325cefa1b7ac3074a4909212c76a94 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Fri, 13 Jul 2018 13:17:55 +0200 Subject: [PATCH 1/2] Pin ext2fs to 1.0.7 to avoid temporary deployment issues Change-Type: patch --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a1b5d2cd..52a65025 100644 --- a/package.json +++ b/package.json @@ -112,6 +112,7 @@ "ejs": "^2.5.7", "etcher-image-write": "^9.0.3", "express": "^4.13.3", + "ext2fs": "1.0.7", "global-tunnel-ng": "^2.1.1", "hasbin": "^1.2.3", "humanize": "0.0.9", From e04c4a8ee3845cce4f0ec6e954377c5af5fb6f3c Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Fri, 13 Jul 2018 11:33:13 +0000 Subject: [PATCH 2/2] v7.7.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 784d1870..cf373fc6 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.7.2 - 2018-07-13 + +* Pin ext2fs to 1.0.7 to avoid temporary deployment issues #926 [Tim Perry] + ## v7.7.1 - 2018-07-12 * Update CLI to SDK v10 (include new API logs) #925 [Tim Perry] diff --git a/package.json b/package.json index 52a65025..9a3dfe70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.7.1", + "version": "7.7.2", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",