Skip to content

Commit

Permalink
2022-05-31, Version 17.9.1 (Maintenance)
Browse files Browse the repository at this point in the history
Notable changes:

* Upgrade npm to 8.11.0
* Update to OpenSSL 3.0.3

PR-URL: #43256
  • Loading branch information
ruyadorno committed May 30, 2022
1 parent 17fef6e commit 58f338b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -33,7 +33,9 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V17.md#17.8.0">17.8.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V17.md#17.9.1">17.9.1</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V17.md#17.9.0">17.9.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V17.md#17.8.0">17.8.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V17.md#17.7.2">17.7.2</a><br/>
<a href="doc/changelogs/CHANGELOG_V17.md#17.7.1">17.7.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V17.md#17.7.0">17.7.0</a><br/>
Expand Down
20 changes: 20 additions & 0 deletions doc/changelogs/CHANGELOG_V17.md
Expand Up @@ -45,6 +45,26 @@
* [io.js](CHANGELOG_IOJS.md)
* [Archive](CHANGELOG_ARCHIVE.md)

<a id="17.9.1"></a>

## 2022-05-31, Version 17.9.1 (Maintenance), @ruyadorno

### Notable Changes

* Upgrade npm to 8.11.0
* Update to OpenSSL 3.0.3

### Commits

* \[17fef6ed54] - deps: upgrade npm to 8.11.0 (<npm-cli+bot@github.com>) <https://github.com/nodejs/node/pull/43210>
* \[d0b53c0557] - deps: upgrade npm to 8.10.0 (<npm-cli+bot@github.com>) <https://github.com/nodejs/node/pull/43061>
* \[72630d176f] - deps: upgrade npm to 8.9.0 (npm-robot) <https://github.com/nodejs/node/pull/42968>
* \[93d58c361e] - deps: upgrade npm to 8.8.0 (npm-robot) <https://github.com/nodejs/node/pull/42886>
* \[34e6edd421] - deps: upgrade npm to 8.7.0 (<ops+robot@npmjs.com>) <https://github.com/nodejs/node/pull/42744>
* \[02f8b0cdad] - deps: upgrade npm to 8.6.0 (npm team) <https://github.com/nodejs/node/pull/42550>
* \[871eace946] - deps: update archs files for quictls/openssl-3.0.3 (RafaelGSS) <https://github.com/nodejs/node/pull/43025>
* \[05fb807ab0] - deps: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) <https://github.com/nodejs/node/pull/43025>

<a id="17.9.0"></a>

## 2022-04-07, Version 17.9.0 (Current), @BethGriggs prepared by @juanarbol
Expand Down
2 changes: 1 addition & 1 deletion src/node_version.h
Expand Up @@ -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)
Expand Down

0 comments on commit 58f338b

Please sign in to comment.