From 7967adc031d7298e5707ef6569dacc9c7a9955ba Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 26 Nov 2019 11:42:15 -0800 Subject: [PATCH] v1.12.3 - [Fix] `sync`: `packageFilter`: revert "breaking" change in #202 (#204, #202, #157) - [Dev Deps] update `eslint` - [Tests] fix symlink tests for windows --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa9b65cc..b996b720 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.12.2", + "version": "1.12.3", "repository": { "type": "git", "url": "git://github.com/browserify/resolve.git"