Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/changelogs/NSOLID_CHANGELOG_V6_NODE_V24.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 2025-12-08, Version 24.11.1-nsolid-v6.1.1 'Krypton'

### Commits

## 2025-12-02, Version 24.11.1-nsolid-v6.1.0 'Krypton'

### Commits
Expand Down
2 changes: 1 addition & 1 deletion src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#define NSOLID_MINOR_VERSION 1
#define NSOLID_PATCH_VERSION 1

#define NSOLID_VERSION_IS_RELEASE 0
#define NSOLID_VERSION_IS_RELEASE 1

#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
Expand Down
Loading