From 5dc42198da1f54024e19e0f195b35830561088a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 21:43:59 +0000 Subject: [PATCH] chore: release 7.0.2 --- .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 9995fe5..5315ef9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.1" + ".": "7.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 424dfcd..c1bcbba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.0.2](https://github.com/npm/git/compare/v7.0.1...v7.0.2) (2026-02-24) +### Dependencies +* [`8c1340b`](https://github.com/npm/git/commit/8c1340b2eeb984f33ae8fef7805898a59d93868a) add `@gar/promise-retry@1.0.0` +* [`111c54d`](https://github.com/npm/git/commit/111c54dddbd248a07beadbf0a817f3726343217d) remove promise-retry +### Chores +* [`696bea5`](https://github.com/npm/git/commit/696bea5c1330f91b293c79ebe52f1358085bff79) [#233](https://github.com/npm/git/pull/233) explicit sha-1 and sha-256 git committish tests (#233) (@wraithgar) + ## [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` diff --git a/package.json b/package.json index 8a080a4..6a8083b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/git", - "version": "7.0.1", + "version": "7.0.2", "main": "lib/index.js", "files": [ "bin/",