Skip to content

Commit 48b6bf4

Browse files
committed
2026-04-30, Version 24.15.0-nsolid-v6.2.4 'Krypton'
1 parent dca18b3 commit 48b6bf4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

doc/changelogs/NSOLID_CHANGELOG_V6_NODE_V24.md

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

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

5+
## 2026-04-30, Version 24.15.0-nsolid-v6.2.4 'Krypton'
6+
7+
### Commits
8+
9+
* \[[`dca18b3a55`](https://github.com/nodesource/nsolid/commit/dca18b3a55)] - **lib**: fix v24.15.0 merge error on present on v6.2.3 (Santiago Gimeno) [#461](https://github.com/nodesource/nsolid/pull/461)
10+
511
## 2026-04-28, Version 24.15.0-nsolid-v6.2.3 'Krypton'
612

713
### 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 4
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)