From a9ecb63d8c0d8157966fdd69beedac1077ef58b1 Mon Sep 17 00:00:00 2001 From: Elan Shanker Date: Tue, 18 Oct 2016 15:17:47 -0400 Subject: [PATCH] chore: release 3.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb750a6..61b91bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glob-parent", - "version": "3.0.0", + "version": "3.0.1", "description": "Strips glob magic from a string to provide the parent directory path", "main": "index.js", "scripts": {