From d5830cf89b3c574e5c17ded7522b020ab016b32c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 07:31:17 +0000 Subject: [PATCH] chore(main): release 5.1.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4edbfb26..97fee75d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [5.1.0](https://github.com/nodejs/node-core-utils/compare/v5.0.2...v5.1.0) (2024-05-22) + + +### Features + +* **ncu-ci:** check for `request-ci` label ([#806](https://github.com/nodejs/node-core-utils/issues/806)) ([6cc2b1a](https://github.com/nodejs/node-core-utils/commit/6cc2b1ab0b436b77baf0d4cd5b22f5a15e692018)) + + +### Bug Fixes + +* **v8:** do not ignore failures when running git ([#809](https://github.com/nodejs/node-core-utils/issues/809)) ([9f8df53](https://github.com/nodejs/node-core-utils/commit/9f8df538547e6ef3b14ed3dc27ed357bc060a813)) + ## [5.0.2](https://github.com/nodejs/node-core-utils/compare/v5.0.1...v5.0.2) (2024-05-11) diff --git a/package.json b/package.json index 178ad8cd..aa17522f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@node-core/utils", - "version": "5.0.2", + "version": "5.1.0", "description": "Utilities for Node.js core collaborators", "type": "module", "engines": {