Skip to content

Commit 0bd46f4

Browse files
chore(main): release 5.15.0 (#955)
1 parent ba44c74 commit 0bd46f4

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [5.15.0](https://github.com/nodejs/node-core-utils/compare/v5.14.1...v5.15.0) (2025-08-08)
4+
5+
6+
### Features
7+
8+
* add patchedVersions on --request-cve ([#956](https://github.com/nodejs/node-core-utils/issues/956)) ([0bafa24](https://github.com/nodejs/node-core-utils/commit/0bafa24deb0cb451c6dae44d3193c212fd03cb4d))
9+
* add support for PGP encrypted config files ([#683](https://github.com/nodejs/node-core-utils/issues/683)) ([ba44c74](https://github.com/nodejs/node-core-utils/commit/ba44c7423e9dd18ef2af774973b656803da96a72))
10+
* **ncu-ci:** accept URLs in `ncu-ci run` ([#959](https://github.com/nodejs/node-core-utils/issues/959)) ([c08bf62](https://github.com/nodejs/node-core-utils/commit/c08bf621bd67c917eb0f31987d9137936cc0bf28))
11+
* store build and docker issues when --notify-pre-release ([#957](https://github.com/nodejs/node-core-utils/issues/957)) ([a9d4268](https://github.com/nodejs/node-core-utils/commit/a9d42689c214dd03091f5b79d5098fdacec1ef7f))
12+
* update announcement link on --pre-release ([#954](https://github.com/nodejs/node-core-utils/issues/954)) ([7a1c5d3](https://github.com/nodejs/node-core-utils/commit/7a1c5d313da1137e6fbb9b48753e0cac29d230f7))
13+
14+
15+
### Bug Fixes
16+
17+
* **git-node:** pass `-S` flag directly to Caritat ([#958](https://github.com/nodejs/node-core-utils/issues/958)) ([7cf0213](https://github.com/nodejs/node-core-utils/commit/7cf02138428b61219d389ae786af394e75634028))
18+
319
## [5.14.1](https://github.com/nodejs/node-core-utils/compare/v5.14.0...v5.14.1) (2025-07-11)
420

521

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-core/utils",
3-
"version": "5.14.1",
3+
"version": "5.15.0",
44
"description": "Utilities for Node.js core collaborators",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)