From 4c93a413f02100dd54f619a13cdff46dcd3dad89 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 14 Aug 2018 18:44:17 +1000 Subject: [PATCH] 2.5.0 Add support for docker login command, update tests and readme. #4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a490730..8aa82b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docker-cli-js", - "version": "2.4.0", + "version": "2.5.0", "description": "A node.js wrapper for the docker command line interface CLI", "main": "dist/index.js", "typings": "dist/index",