From e49341a8092ac356d95f7200f7b8486ea66af574 Mon Sep 17 00:00:00 2001 From: Jon Schlinkert Date: Tue, 20 Nov 2018 02:25:55 -0500 Subject: [PATCH] 3.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fc82ce6..3d26b94 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "parse-git-config", "description": "Parse `.git/config` into a JavaScript object. sync or async.", - "version": "2.0.3", + "version": "3.0.0", "homepage": "https://github.com/jonschlinkert/parse-git-config", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "contributors": [ @@ -61,4 +61,4 @@ "reflinks": true } } -} \ No newline at end of file +}