Skip to content
Closed
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: 2 additions & 2 deletions deps/ncm-ng/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ns-private/ncm-ng",
"version": "2.9.8",
"version": "2.9.9",
"main": "index.js",
"publishConfig": {
"registry": "http://packages-internal.nodesource.io"
Expand Down Expand Up @@ -38,7 +38,7 @@
"ssri": "^8.0.1",
"stats-lite": "^2.2.0",
"tar": "^7.5.13",
"tmp": "^0.2.1",
"tmp": "^0.2.6",
"uuid": "^14.0.0"
}
}
6 changes: 6 additions & 0 deletions doc/changelogs/NSOLID_CHANGELOG_V6_NODE_V22.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 2026-06-11, Version 24.15.0-nsolid-v6.2.5 'Jod'

### Commits

* \[[`0e35153b5c`](https://github.com/nodesource/nsolid/commit/0e35153b5c)] - **deps**: update ncm-ng to 2.9.9 (Minwoo) [#478](https://github.com/nodesource/nsolid/pull/478)

## 2026-04-30, Version 22.22.2-nsolid-v6.2.4 'Jod'

### 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 2
#define NSOLID_PATCH_VERSION 5

#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