From 64b6549fde108c39088c11af0358cc8c3d6f7ba0 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Fri, 30 Jun 2017 20:47:28 +0200 Subject: [PATCH] v6.1.0 --- CHANGELOG.md | 3 +++ build/actions/local/promote.js | 2 +- build/actions/local/ssh.js | 2 +- build/actions/ssh.js | 2 +- package.json | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3913d51f..23a6429f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [6.1.0] - 2017-06-30 + ### Fixed - Fix issue where emulated builds broke Docker `ARG` commands @@ -511,6 +513,7 @@ and for `resin device init` (same `--config` param) - Remove outdated information from README. +[6.1.0]: https://github.com/resin-io/resin-cli/compare/v6.0.0...v6.1.0 [6.0.0]: https://github.com/resin-io/resin-cli/compare/v5.11.1...v6.0.0 [5.11.1]: https://github.com/resin-io/resin-cli/compare/v5.11.0...v5.11.1 [5.11.0]: https://github.com/resin-io/resin-cli/compare/v5.10.2...v5.11.0 diff --git a/build/actions/local/promote.js b/build/actions/local/promote.js index 14336327..5ccadcdd 100644 --- a/build/actions/local/promote.js +++ b/build/actions/local/promote.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.12.5 +// Generated by CoffeeScript 1.12.6 /* Copyright 2017 Resin.io diff --git a/build/actions/local/ssh.js b/build/actions/local/ssh.js index 11a31e12..9a9d3eb5 100644 --- a/build/actions/local/ssh.js +++ b/build/actions/local/ssh.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.12.5 +// Generated by CoffeeScript 1.12.6 /* Copyright 2017 Resin.io diff --git a/build/actions/ssh.js b/build/actions/ssh.js index d737dd48..cc7ef34c 100644 --- a/build/actions/ssh.js +++ b/build/actions/ssh.js @@ -1,4 +1,4 @@ -// Generated by CoffeeScript 1.12.5 +// Generated by CoffeeScript 1.12.6 /* Copyright 2016-2017 Resin.io diff --git a/package.json b/package.json index 2b0e4063..a0869f62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "6.0.0", + "version": "6.1.0", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",