Skip to content

Commit e069ccf

Browse files
committed
2026-07-31, Version 24.18.1-nsolid-v6.3.5 'Krypton'
Signed-off-by: Santiago Gimeno <santiago.gimeno@gmail.com>
1 parent d085415 commit e069ccf

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

doc/changelogs/NSOLID_CHANGELOG_V6_NODE_V24.md

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

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

5+
## 2026-07-31, Version 24.18.1-nsolid-v6.3.5 'Krypton'
6+
7+
### Commits
8+
9+
* \[[`d085415e59`](https://github.com/nodesource/nsolid/commit/d085415e59)] - **deps**: update minimatch to 10.2.6 (Santiago Gimeno)
10+
* \[[`7355a6cf32`](https://github.com/nodesource/nsolid/commit/7355a6cf32)] - **deps**: update npm brace-expansion\@5.0.9 (Santiago Gimeno)
11+
* \[[`cd1cac70dd`](https://github.com/nodesource/nsolid/commit/cd1cac70dd)] - **deps**: update npm tar\@7.5.22 (Santiago Gimeno)
12+
513
## 2026-07-29, Version 24.18.1-nsolid-v6.3.4 'Krypton'
614

715
### 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 3
3737
#define NSOLID_PATCH_VERSION 5
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)