From dea5a60b2d16de08cf7c5d3f1446b2093a0f82b9 Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Fri, 13 Jul 2018 17:05:32 +0000 Subject: [PATCH] v7.7.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf373fc6..c9cd545d 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.3 - 2018-07-13 + +* Update the deploy key since npm invalidated the old one #927 [Tim Perry] + ## v7.7.2 - 2018-07-13 * Pin ext2fs to 1.0.7 to avoid temporary deployment issues #926 [Tim Perry] diff --git a/package.json b/package.json index 9a3dfe70..934193b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.7.2", + "version": "7.7.3", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",