From 78ef1635da882fc5e5c873efdb9d9c281006f8c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 21:25:36 +0200 Subject: [PATCH] chore(main): release 5.0.0 (#795) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75312f7a..ea2613be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [5.0.0](https://github.com/nodejs/node-core-utils/compare/v4.4.0...v5.0.0) (2024-04-24) + + +### ⚠ BREAKING CHANGES + +* **ncu-ci:** require `--certify-safe` flag ([#798](https://github.com/nodejs/node-core-utils/issues/798)) + +### Features + +* add releaseDate to json ([#796](https://github.com/nodejs/node-core-utils/issues/796)) ([b5d99ca](https://github.com/nodejs/node-core-utils/commit/b5d99cac3f98331f3f1c66c2aff1bae24ad15211)) +* **ncu-ci:** require `--certify-safe` flag ([#798](https://github.com/nodejs/node-core-utils/issues/798)) ([a5213cd](https://github.com/nodejs/node-core-utils/commit/a5213cde57b62ad5c6abb948415e3f110beaf929)) +* prompt dependency updates url in vulnerabilities.json creation ([#788](https://github.com/nodejs/node-core-utils/issues/788)) ([f521793](https://github.com/nodejs/node-core-utils/commit/f52179315be36040266736907cd76275c4db031d)) +* request cve automatically ([#777](https://github.com/nodejs/node-core-utils/issues/777)) ([8a04848](https://github.com/nodejs/node-core-utils/commit/8a048483b23c509e2d12afd1b1975f23fd647046)) + ## [4.4.0](https://github.com/nodejs/node-core-utils/compare/v4.3.0...v4.4.0) (2024-04-03) diff --git a/package.json b/package.json index 4fb89f38..f0b64f32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@node-core/utils", - "version": "4.4.0", + "version": "5.0.0", "description": "Utilities for Node.js core collaborators", "type": "module", "engines": {