mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v6.1.0
This commit is contained in:
parent
fc7e08c886
commit
64b6549fde
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Generated by CoffeeScript 1.12.5
|
||||
// Generated by CoffeeScript 1.12.6
|
||||
|
||||
/*
|
||||
Copyright 2017 Resin.io
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Generated by CoffeeScript 1.12.5
|
||||
// Generated by CoffeeScript 1.12.6
|
||||
|
||||
/*
|
||||
Copyright 2017 Resin.io
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Generated by CoffeeScript 1.12.5
|
||||
// Generated by CoffeeScript 1.12.6
|
||||
|
||||
/*
|
||||
Copyright 2016-2017 Resin.io
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user