From 5131f722a7c680e9c221b97f91a8716a65a98688 Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Tue, 6 Feb 2018 11:34:29 +0000 Subject: [PATCH] v6.13.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a73ab00..f488f5ce 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.13.0 - 2018-02-06 + +* Add support for Balena in local ssh #777 [Tim Perry] + ## v6.12.9 - 2018-02-05 * Switch back to upstream global-tunnel-ng #781 [Alexis Svinartchouk] diff --git a/package.json b/package.json index 0d140d1b..70ef0d4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "6.12.9", + "version": "6.13.0", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",