From 1c36213da8b2e13306ab4704ea861742bbbe7a40 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 4 Mar 2019 02:39:47 +0700 Subject: [PATCH] 2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71f735c..1b51bf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "make-dir", - "version": "2.0.0", + "version": "2.1.0", "description": "Make a directory and its parents if needed - Think `mkdir -p`", "license": "MIT", "repository": "sindresorhus/make-dir",