Skip to content

Commit f7753da

Browse files
committed
2026-04-20, Version 22.22.2-nsolid-v6.2.3 'Jod'
1 parent b7e9885 commit f7753da

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

doc/changelogs/NSOLID_CHANGELOG_V6_NODE_V22.md

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

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

5+
## 2026-04-20, Version 22.22.2-nsolid-v6.2.3 'Jod'
6+
7+
### Commits
8+
9+
* \[[`8f70e6e88a`](https://github.com/nodesource/nsolid/commit/8f70e6e88a)] - **lib,src,test**: fix race during tracing toggles (Santiago Gimeno) [#441](https://github.com/nodesource/nsolid/pull/441)
10+
* \[[`b7e988579c`](https://github.com/nodesource/nsolid/commit/b7e988579c)] - **lib,test**: fix js linting issues (Santiago Gimeno)
11+
* \[[`efeb7a9986`](https://github.com/nodesource/nsolid/commit/efeb7a9986)] - **src**: fix cpp linting issues (Santiago Gimeno)
12+
* \[[`906103526c`](https://github.com/nodesource/nsolid/commit/906103526c)] - **src**: replace duplicate loop hook regs (Santiago Gimeno) [#444](https://github.com/nodesource/nsolid/pull/444)
13+
* \[[`6975f4f7a9`](https://github.com/nodesource/nsolid/commit/6975f4f7a9)] - **test**: fix linting in test-nsolid-file-handle-count (Santiago Gimeno) [#441](https://github.com/nodesource/nsolid/pull/441)
14+
515
## 2026-03-25, Version 22.22.2-nsolid-v6.2.2 'Jod'
616

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