Skip to content

Commit 86c03fb

Browse files
committed
2025-12-08, Version 22.21.1-nsolid-v6.1.1 'Jod'
1 parent 7a22d5f commit 86c03fb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

doc/changelogs/NSOLID_CHANGELOG_V6_NODE_V22.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+
## 2025-12-08, Version 22.21.1-nsolid-v6.1.1 'Jod'
6+
7+
### Commits
8+
9+
* \[[`7a22d5fcca`](https://github.com/nodesource/nsolid/commit/7a22d5fcca)] - **deps**: update to glob\@10.5.0 in npm (Santiago Gimeno)
10+
511
## 2025-12-02, Version 22.21.1-nsolid-v6.1.0 'Jod'
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 1
3737
#define NSOLID_PATCH_VERSION 1
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)