Skip to content

Commit c86d1e3

Browse files
committed
2026-04-20, Version 24.15.0-nsolid-v6.2.3 'Krypton'
1 parent a4ea1b4 commit c86d1e3

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

doc/changelogs/NSOLID_CHANGELOG_V6_NODE_V24.md

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

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

5+
## 2026-04-20, Version 24.15.0-nsolid-v6.2.3 'Krypton'
6+
7+
### Commits
8+
9+
* \[[`1dd74e4d1e`](https://github.com/nodesource/nsolid/commit/1dd74e4d1e)] - Merge tag 'v24.15.0' into node-v24.15.0-nsolid-v6.2.3-release (Santiago Gimeno)
10+
* \[[`f49f8f9fc4`](https://github.com/nodesource/nsolid/commit/f49f8f9fc4)] - **lib,src,test**: fix race during tracing toggles (Santiago Gimeno) [#441](https://github.com/nodesource/nsolid/pull/441)
11+
* \[[`a4ea1b4a66`](https://github.com/nodesource/nsolid/commit/a4ea1b4a66)] - **lib,test**: fix JS linting errors (Santiago Gimeno)
12+
* \[[`27285b3a1f`](https://github.com/nodesource/nsolid/commit/27285b3a1f)] - **src**: fix C++ linting issues (Santiago Gimeno)
13+
* \[[`20e6cad7e1`](https://github.com/nodesource/nsolid/commit/20e6cad7e1)] - **src**: replace duplicate loop hook regs (Santiago Gimeno) [#444](https://github.com/nodesource/nsolid/pull/444)
14+
* \[[`1fec452cc9`](https://github.com/nodesource/nsolid/commit/1fec452cc9)] - **test**: fix linting in test-nsolid-file-handle-count (Santiago Gimeno) [#441](https://github.com/nodesource/nsolid/pull/441)
15+
516
## 2026-03-25, Version 24.14.1-nsolid-v6.2.2 'Krypton'
617

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