Skip to content

Commit 939eb94

Browse files
committed
2026-04-20, Version 20.20.2-nsolid-v6.2.3 'Iron'
1 parent 38ade71 commit 939eb94

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

doc/changelogs/NSOLID_CHANGELOG_V6_NODE_V20.md

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

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

5+
## 2026-04-20, Version 20.20.2-nsolid-v6.2.3 'Iron'
6+
7+
### Commits
8+
9+
* \[[`38ade71cf3`](https://github.com/nodesource/nsolid/commit/38ade71cf3)] - **lib**: fix JS linting issues (Santiago Gimeno)
10+
* \[[`18bcd086e9`](https://github.com/nodesource/nsolid/commit/18bcd086e9)] - **lib,src,test**: fix race during tracing toggles (Santiago Gimeno) [#441](https://github.com/nodesource/nsolid/pull/441)
11+
* \[[`9f929eef7b`](https://github.com/nodesource/nsolid/commit/9f929eef7b)] - **src**: replace duplicate loop hook regs (Santiago Gimeno) [#444](https://github.com/nodesource/nsolid/pull/444)
12+
* \[[`aed602767d`](https://github.com/nodesource/nsolid/commit/aed602767d)] - **test**: fix linting in test-nsolid-file-handle-count (Santiago Gimeno) [#441](https://github.com/nodesource/nsolid/pull/441)
13+
514
## 2026-03-25, Version 20.20.2-nsolid-v6.2.2 'Iron'
615

716
### 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)