Skip to content

Commit

Permalink
Auto-merge for PR #796 via VersionBot
Browse files Browse the repository at this point in the history
Fix issue where emulated builds broke Docker `ENV` commands
  • Loading branch information
resin-io-versionbot[bot] authored Feb 22, 2018
2 parents 6515f88 + a83d9a0 commit 666b59b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4 - 2018-02-22

* Fix issue where emulated builds broke Docker `ENV` commands #796 [Gergely Imreh]

## v6.13.3 - 2018-02-20

* Tweak TS & add missing deps that may cause build failures in some envs #793 [Tim Perry]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "resin-cli",
"version": "6.13.3",
"version": "6.13.4",
"description": "The official resin.io CLI tool",
"main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli",
Expand Down Expand Up @@ -94,7 +94,7 @@
"coffeescript": "^1.12.6",
"columnify": "^1.5.2",
"denymount": "^2.2.0",
"docker-qemu-transpose": "^0.2.2",
"docker-qemu-transpose": "^0.3.4",
"docker-toolbelt": "^1.3.3",
"dockerode": "^2.5.0",
"dockerode-options": "^0.2.1",
Expand Down

0 comments on commit 666b59b

Please sign in to comment.