From fe9a66882750e1615570dd53019298fd7b41028f Mon Sep 17 00:00:00 2001 From: Matheus Marchini Date: Mon, 27 Apr 2020 12:47:44 -0700 Subject: [PATCH] meta: 2020-04-27, Version 3.2.0 Notable Changes: - Added support for Node.js v14 Commits: * [[`4918962bee`](https://github.com/nodejs/llnode/commit/4918962bee)] - **build**: add v14 to the test matrix (Matheus Marchini) [#361](https://github.com/nodejs/llnode/pull/361) * [[`c86eb4356c`](https://github.com/nodejs/llnode/commit/c86eb4356c)] - **src**: update RegExp type constant for V8 8.1 (Matheus Marchini) [#361](https://github.com/nodejs/llnode/pull/361) * [[`dd57bfb8af`](https://github.com/nodejs/llnode/commit/dd57bfb8af)] - **src**: boxed double fields for V8 8.1 (Matheus Marchini) [#358](https://github.com/nodejs/llnode/pull/358) * [[`fdddce0d2c`](https://github.com/nodejs/llnode/commit/fdddce0d2c)] - **doc**: fix supported version comment on README (Matheus Marchini) [#356](https://github.com/nodejs/llnode/pull/356) * [[`7b9598e9da`](https://github.com/nodejs/llnode/commit/7b9598e9da)] - **tools**: git ignore core dumps (Matheus Marchini) [#308](https://github.com/nodejs/llnode/pull/308) * [[`8e2a55c82e`](https://github.com/nodejs/llnode/commit/8e2a55c82e)] - **src**: update SFI script accessor for V8 8.1 (Matheus Marchini) [#352](https://github.com/nodejs/llnode/pull/352) * [[`364e034686`](https://github.com/nodejs/llnode/commit/364e034686)] - **src**: fix some warnings and erroneous PRINT\_DEBUG (Matheus Marchini) [#354](https://github.com/nodejs/llnode/pull/354) * [[`461e83aa0c`](https://github.com/nodejs/llnode/commit/461e83aa0c)] - **src**: improve Error message on LoadPtr (Matheus Marchini) [#351](https://github.com/nodejs/llnode/pull/351) * [[`1948512b5e`](https://github.com/nodejs/llnode/commit/1948512b5e)] - **tools**: add script with commands to facilitate dev (Matheus Marchini) [#339](https://github.com/nodejs/llnode/pull/339) PR-URL: https://github.com/nodejs/llnode/pull/363 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 044fb302..48dc8e43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "llnode", - "version": "3.1.0", + "version": "3.2.0", "description": "An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.", "main": "index.js", "directories": {