From 2a83d210df0c442011c8270fec49114b52f80bae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 00:02:32 +0000 Subject: [PATCH] chore(main): release 4.1.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 090af6f7..80c63683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.1.0](https://github.com/nodejs/node-core-utils/compare/v4.0.0...v4.1.0) (2023-10-05) + + +### Features + +* add --skip-more-than to ncu-ci to skip real test failures ([77da02c](https://github.com/nodejs/node-core-utils/commit/77da02cb48c7d9e6acc0a104e520bd75477affcb)) + + +### Bug Fixes + +* 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)) +* link to failure console for "Appeared on" in ncu-ci ([90674b5](https://github.com/nodejs/node-core-utils/commit/90674b58f767ac9b498cd2dfd59b279822fa6bc6)) + ## [4.0.0](https://github.com/nodejs/node-core-utils/compare/v3.5.0...v4.0.0) (2023-09-24) diff --git a/package.json b/package.json index baf0b853..1de6d9a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@node-core/utils", - "version": "4.0.0", + "version": "4.1.0", "description": "Utilities for Node.js core collaborators", "type": "module", "engines": {