From 7eb98ea4058c9ea3c6f81234fcf47ed2406a4e79 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 18 Dec 2019 15:33:04 -0800 Subject: [PATCH] 1.14.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20fa3ae9..d6d2add8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "resolve", "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously", - "version": "1.14.0", + "version": "1.14.1", "repository": { "type": "git", "url": "git://github.com/browserify/resolve.git"