From 8ceb1fa4b0bca724d1fecc898d88573ccea3d569 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 27 Aug 2019 07:25:56 +1000 Subject: [PATCH] 2.6.0 Added the ability to stream 'stdout' and 'stderr' from docker command. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51259c5..b015005 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docker-cli-js", - "version": "2.5.3", + "version": "2.6.0", "description": "A node.js wrapper for the docker command line interface CLI", "main": "dist/index.js", "typings": "dist/index",