diff options
author | Danielle Adams <adamzdanielle@gmail.com> | 2020-12-07 15:40:58 -0500 |
---|---|---|
committer | Danielle Adams <adamzdanielle@gmail.com> | 2020-12-09 08:49:37 -0500 |
commit | 348b7a9606da61fbb5437e27f479363114ecf4eb (patch) | |
tree | af27d71525740b8c6b14b2206d864f2a221e189e /src/node_version.h | |
parent | 9b23777442f9af01b25b8752e3d1767036b62f14 (diff) | |
download | node-new-348b7a9606da61fbb5437e27f479363114ecf4eb.tar.gz |
2020-12-09, Version 15.4.0 (Current)
PR-URL: https://github.com/nodejs/node/pull/36435
Notable changes:
* child_processes:
* add AbortSignal support (Benjamin Gruenbaum) (https://github.com/nodejs/node/pull/36308)
* deps:
* update ICU to 68.1 (Michaƫl Zasso) (https://github.com/nodejs/node/pull/36187)
* events:
* support signal in EventTarget (Benjamin Gruenbaum) (https://github.com/nodejs/node/pull/36258)
* graduate Event, EventTarget, AbortController (James M Snell) (https://github.com/nodejs/node/pull/35949)
* http:
* enable call chaining with setHeader() (pooja d.p) (https://github.com/nodejs/node/pull/35924)
* module:
* add isPreloading indicator (James M Snell) (https://github.com/nodejs/node/pull/36263)
* stream:
* support abort signal (Benjamin Gruenbaum) (https://github.com/nodejs/node/pull/36061)
* add FileHandle support to Read/WriteStream (Momtchil Momtchev) (https://github.com/nodejs/node/pull/35922)
* worker:
* add experimental BroadcastChannel (James M Snell) (https://github.com/nodejs/node/pull/36271)
Diffstat (limited to 'src/node_version.h')
-rw-r--r-- | src/node_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h index bf318cfcf7..f7ebbacd9e 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -29,7 +29,7 @@ #define NODE_VERSION_IS_LTS 0 #define NODE_VERSION_LTS_CODENAME "" -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |