Skip to content

Commit f69d496

Browse files
github-actions[bot]joyeecheung
authored andcommitted
chore(main): release 4.1.0
1 parent 90674b5 commit f69d496

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [4.1.0](https://github.com/nodejs/node-core-utils/compare/v4.0.0...v4.1.0) (2023-10-05)
4+
5+
6+
### Features
7+
8+
* add --skip-more-than to ncu-ci to skip real test failures ([77da02c](https://github.com/nodejs/node-core-utils/commit/77da02cb48c7d9e6acc0a104e520bd75477affcb))
9+
10+
11+
### Bug Fixes
12+
13+
* drop invalid link on next-security-release md ([#739](https://github.com/nodejs/node-core-utils/issues/739)) ([8e03d55](https://github.com/nodejs/node-core-utils/commit/8e03d55837ba855138f5e492053547dcb546b21d))
14+
* link to failure console for "Appeared on" in ncu-ci ([90674b5](https://github.com/nodejs/node-core-utils/commit/90674b58f767ac9b498cd2dfd59b279822fa6bc6))
15+
316
## [4.0.0](https://github.com/nodejs/node-core-utils/compare/v3.5.0...v4.0.0) (2023-09-24)
417

518

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": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Utilities for Node.js core collaborators",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)