This commit is contained in:
Tim Perry 2017-06-30 20:47:28 +02:00
parent fc7e08c886
commit 64b6549fde
5 changed files with 7 additions and 4 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 1.12.6
/*
Copyright 2017 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 1.12.6
/*
Copyright 2017 Resin.io

View File

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 1.12.6
/*
Copyright 2016-2017 Resin.io

View File

@ -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",