From 80bc044415eba111450342591019e61d6a0dae80 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Tue, 24 Oct 2017 19:19:43 +0200 Subject: [PATCH 1/2] Make update-notifier more resilient and ensure it obeys NO_UPDATE_NOTIFIER, by updating it Connects-To: #698 Change-Type: patch --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index da638961..d9dfa342 100644 --- a/package.json +++ b/package.json @@ -100,9 +100,9 @@ "umount": "^1.1.6", "underscore.string": "^3.1.1", "unzip2": "^0.2.5", - "update-notifier": "^0.6.1" + "update-notifier": "^2.2.0" }, "optionalDependencies": { "removedrive": "^1.0.0" } -} \ No newline at end of file +} From 266870018a3112bbbe27623ec9f42dc03641b50a Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Tue, 24 Oct 2017 17:57:39 +0000 Subject: [PATCH 2/2] v6.7.2 --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e87c7bb..267e0dee 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/). +## v6.7.2 - 2017-10-24 + +* Make update-notifier more resilient and ensure it obeys NO_UPDATE_NOTIFIER, by updating it #699 [Tim Perry] + ## v6.7.1 - 2017-10-24 * Respect the -dont-check-device-type option, fix error message #697 [Alexis Svinartchouk] diff --git a/package.json b/package.json index d9dfa342..677eff19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "6.7.1", + "version": "6.7.2", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli", @@ -105,4 +105,4 @@ "optionalDependencies": { "removedrive": "^1.0.0" } -} +} \ No newline at end of file