From 3eb8e42b8a78fb44d9831064d0535554fe4e7849 Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Thu, 23 Jan 2025 18:39:22 -0500 Subject: [PATCH] chore(main): release 5.10.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c37cc8b..4e092b27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [5.10.1](https://github.com/nodejs/node-core-utils/compare/v5.10.0...v5.10.1) (2025-01-23) + + +### Bug Fixes + +* **git-node:** adjust `security --cleanup` ([#901](https://github.com/nodejs/node-core-utils/issues/901)) ([3cb5255](https://github.com/nodejs/node-core-utils/commit/3cb52551396ca5b00da94b9e2e7f1cae01264c9c)) +* handle UNKNOWN status and lint fix ([#892](https://github.com/nodejs/node-core-utils/issues/892)) ([cce9b81](https://github.com/nodejs/node-core-utils/commit/cce9b81a617ec9f23764904a01a4c821e4cb096a)) + ## [5.10.0](https://github.com/nodejs/node-core-utils/compare/v5.9.0...v5.10.0) (2025-01-20) diff --git a/package.json b/package.json index b39bb465..7702d92e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@node-core/utils", - "version": "5.10.0", + "version": "5.10.1", "description": "Utilities for Node.js core collaborators", "type": "module", "engines": {