Skip to content

Commit 774d5c2

Browse files
committed
2026-04-28, Version 20.20.2-nsolid-v6.2.3 'Iron'
1 parent cf103f9 commit 774d5c2

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

doc/changelogs/NSOLID_CHANGELOG_V6_NODE_V20.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
<!--lint disable maximum-line-length no-literal-urls prohibited-strings-->
44

5+
## 2026-04-28, Version 20.20.2-nsolid-v6.2.3 'Iron'
6+
7+
### Commits
8+
9+
* \[[`ef9e9fcb82`](https://github.com/nodesource/nsolid/commit/ef9e9fcb82)] - **deps**: upgrade npm to 10.9.8 (npm team) [#458](https://github.com/nodesource/nsolid/pull/458)
10+
* \[[`950ba9ed79`](https://github.com/nodesource/nsolid/commit/950ba9ed79)] - **deps**: upgrade npm to 10.9.7 (npm team) [#458](https://github.com/nodesource/nsolid/pull/458)
11+
* \[[`f19ebe8c12`](https://github.com/nodesource/nsolid/commit/f19ebe8c12)] - **deps**: upgrade npm to 10.9.6 (npm team) [#458](https://github.com/nodesource/nsolid/pull/458)
12+
* \[[`ae11abb351`](https://github.com/nodesource/nsolid/commit/ae11abb351)] - **deps**: upgrade npm to 10.9.4 (npm team) [#458](https://github.com/nodesource/nsolid/pull/458)
13+
* \[[`45647db4ff`](https://github.com/nodesource/nsolid/commit/45647db4ff)] - **deps**: upgrade npm to 10.9.3 (npm team) [#458](https://github.com/nodesource/nsolid/pull/458)
14+
* \[[`d97ee2f8af`](https://github.com/nodesource/nsolid/commit/d97ee2f8af)] - **deps**: upgrade npm to 10.9.2 (npm team) [#458](https://github.com/nodesource/nsolid/pull/458)
15+
* \[[`e30b086f0c`](https://github.com/nodesource/nsolid/commit/e30b086f0c)] - **deps**: upgrade npm to 10.9.1 (npm team) [#458](https://github.com/nodesource/nsolid/pull/458)
16+
* \[[`8ae7f317a9`](https://github.com/nodesource/nsolid/commit/8ae7f317a9)] - **deps**: upgrade npm to 10.9.0 (npm team) [#458](https://github.com/nodesource/nsolid/pull/458)
17+
* \[[`43850daddb`](https://github.com/nodesource/nsolid/commit/43850daddb)] - **deps**: upgrade npm to 10.8.3 (npm team) [#458](https://github.com/nodesource/nsolid/pull/458)
18+
* \[[`cf103f92df`](https://github.com/nodesource/nsolid/commit/cf103f92df)] - **lib**: fix JS linting issues (Santiago Gimeno) [#453](https://github.com/nodesource/nsolid/pull/453)
19+
* \[[`add8e3122f`](https://github.com/nodesource/nsolid/commit/add8e3122f)] - **lib,src,test**: fix race during tracing toggles (Santiago Gimeno) [#441](https://github.com/nodesource/nsolid/pull/441)
20+
* \[[`6d1c6c25ac`](https://github.com/nodesource/nsolid/commit/6d1c6c25ac)] - **src**: replace duplicate loop hook regs (Santiago Gimeno) [#444](https://github.com/nodesource/nsolid/pull/444)
21+
* \[[`4774cb6601`](https://github.com/nodesource/nsolid/commit/4774cb6601)] - **test**: fix linting in test-nsolid-file-handle-count (Santiago Gimeno) [#441](https://github.com/nodesource/nsolid/pull/441)
22+
523
## 2026-03-25, Version 20.20.2-nsolid-v6.2.2 'Iron'
624

725
### Commits

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#define NSOLID_MINOR_VERSION 2
3737
#define NSOLID_PATCH_VERSION 3
3838

39-
#define NSOLID_VERSION_IS_RELEASE 0
39+
#define NSOLID_VERSION_IS_RELEASE 1
4040

4141
#ifndef NODE_STRINGIFY
4242
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)