File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed
Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,9 @@ release.
3333</tr >
3434<tr >
3535 <td valign =" top " >
36- <b ><a href =" doc/changelogs/CHANGELOG_V17.md#17.8.0 " >17.8.0</a ></b ><br />
36+ <b ><a href =" doc/changelogs/CHANGELOG_V17.md#17.9.1 " >17.9.1</a ></b ><br />
37+ <a href =" doc/changelogs/CHANGELOG_V17.md#17.9.0 " >17.9.0</a ><br />
38+ <a href =" doc/changelogs/CHANGELOG_V17.md#17.8.0 " >17.8.0</a ><br />
3739<a href =" doc/changelogs/CHANGELOG_V17.md#17.7.2 " >17.7.2</a ><br />
3840<a href =" doc/changelogs/CHANGELOG_V17.md#17.7.1 " >17.7.1</a ><br />
3941<a href =" doc/changelogs/CHANGELOG_V17.md#17.7.0 " >17.7.0</a ><br />
Original file line number Diff line number Diff line change 4545 * [ io.js] ( CHANGELOG_IOJS.md )
4646 * [ Archive] ( CHANGELOG_ARCHIVE.md )
4747
48+ <a id =" 17.9.1 " ></a >
49+
50+ ## 2022-05-31, Version 17.9.1 (Maintenance), @ruyadorno
51+
52+ ### Notable Changes
53+
54+ * Upgrade npm to 8.11.0
55+ * Update to OpenSSL 3.0.3
56+
57+ ### Commits
58+
59+ * \[ 17fef6ed54] - deps: upgrade npm to 8.11.0 (< npm-cli+bot@github.com > ) < https://github.com/nodejs/node/pull/43210 >
60+ * \[ d0b53c0557] - deps: upgrade npm to 8.10.0 (< npm-cli+bot@github.com > ) < https://github.com/nodejs/node/pull/43061 >
61+ * \[ 72630d176f] - deps: upgrade npm to 8.9.0 (npm-robot) < https://github.com/nodejs/node/pull/42968 >
62+ * \[ 93d58c361e] - deps: upgrade npm to 8.8.0 (npm-robot) < https://github.com/nodejs/node/pull/42886 >
63+ * \[ 34e6edd421] - deps: upgrade npm to 8.7.0 (< ops+robot@npmjs.com > ) < https://github.com/nodejs/node/pull/42744 >
64+ * \[ 02f8b0cdad] - deps: upgrade npm to 8.6.0 (npm team) < https://github.com/nodejs/node/pull/42550 >
65+ * \[ 871eace946] - deps: update archs files for quictls/openssl-3.0.3 (RafaelGSS) < https://github.com/nodejs/node/pull/43025 >
66+ * \[ 05fb807ab0] - deps: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) < https://github.com/nodejs/node/pull/43025 >
67+
4868<a id =" 17.9.0 " ></a >
4969
5070## 2022-04-07, Version 17.9.0 (Current), @BethGriggs prepared by @juanarbol
Original file line number Diff line number Diff line change 2929#define NODE_VERSION_IS_LTS 0
3030#define NODE_VERSION_LTS_CODENAME ""
3131
32- #define NODE_VERSION_IS_RELEASE 0
32+ #define NODE_VERSION_IS_RELEASE 1
3333
3434#ifndef NODE_STRINGIFY
3535#define NODE_STRINGIFY (n ) NODE_STRINGIFY_HELPER(n)
You can’t perform that action at this time.
0 commit comments