From d098e92a7c5d7919d18ccd4d7a284ea97d11e586 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 20 Jan 2019 21:00:03 -0800 Subject: [PATCH] v1.10.0 - [New] `core`: add `worker_threads` in v11.7+ - [Fix] `sync`/`async`: when package.json `main` is not a string, throw an error (#178) - [Fix] TypeError: Path must be a string. Received undefined (#181) - [Tests] up to `v11.6`, `v10.15`, `v8.15`, `v6.16` - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 93fdbcbb..06827395 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.9.0", + "version": "1.10.0", "repository": { "type": "git", "url": "git://github.com/browserify/resolve.git"