From e4ec950c2269381efa1e849977128a5225be8a4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 17:20:12 +0000 Subject: [PATCH] chore: release 7.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aeda91d..9995fe5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.0" + ".": "7.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d14f9ef..424dfcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.0.1](https://github.com/npm/git/compare/v7.0.0...v7.0.1) (2025-11-13) +### Dependencies +* [`68705a9`](https://github.com/npm/git/commit/68705a90c609d37d759e7292a59d4e9134cded70) [#229](https://github.com/npm/git/pull/229) `which@6.0.0` +* [`317b3c9`](https://github.com/npm/git/commit/317b3c9647843b3947c6116ffd5b2e5f9f6b5d57) [#229](https://github.com/npm/git/pull/229) `@npmcli/promise-spawn@9.0.0` +* [`76bf30d`](https://github.com/npm/git/commit/76bf30dbf5ce8c8f39fbc878c56835694cbe04dd) [#229](https://github.com/npm/git/pull/229) `ini@6.0.0` +* [`935a4d0`](https://github.com/npm/git/commit/935a4d090ed4bcda1e1802f1623b32144a7d8570) [#229](https://github.com/npm/git/pull/229) `proc-log@6.0.0` + ## [7.0.0](https://github.com/npm/git/compare/v6.0.3...v7.0.0) (2025-09-17) ### ⚠️ BREAKING CHANGES * `@npmcli/git` now supports node `^20.17.0 || >=22.9.0` diff --git a/package.json b/package.json index 6a5c963..78d0775 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/git", - "version": "7.0.0", + "version": "7.0.1", "main": "lib/index.js", "files": [ "bin/",