From 61a9172915917b451c05a36f9a6d931c7c61f9ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:22:58 +0000 Subject: [PATCH] chore: release 6.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 5 +++++ package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a3a12f4..601e9be 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.0" + ".": "6.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 22477b2..f7cfa6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [6.0.1](https://github.com/npm/git/compare/v6.0.0...v6.0.1) (2024-10-02) +### Dependencies +* [`a4c2c21`](https://github.com/npm/git/commit/a4c2c21c74c9c0c9d73a9ea857ad8cedc47879cc) [#216](https://github.com/npm/git/pull/216) bump `which@5.0.0` +* [`3bbfa2c`](https://github.com/npm/git/commit/3bbfa2c769fb4c3beb118eab4f93c42aef1ccbaf) [#216](https://github.com/npm/git/pull/216) bump `npm-pick-manifest@10.0.0` + ## [6.0.0](https://github.com/npm/git/compare/v5.0.8...v6.0.0) (2024-09-26) ### ⚠️ BREAKING CHANGES * `@npmcli/git` now supports node `^18.17.0 || >=20.5.0` diff --git a/package.json b/package.json index afacdc8..2bc6730 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/git", - "version": "6.0.0", + "version": "6.0.1", "main": "lib/index.js", "files": [ "bin/",