From b17692baee21054f7ea0ddd9af33500163883e19 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 10:52:59 -0700 Subject: [PATCH] chore: release 5.0.5 (#181) :robot: I have created a release *beep* *boop* --- ## [5.0.5](https://github.com/npm/git/compare/v5.0.4...v5.0.5) (2024-04-08) ### Bug Fixes * [`d9bf355`](https://github.com/npm/git/commit/d9bf355a35b4d11b86b64bec8f748ddba088a926) [#180](https://github.com/npm/git/pull/180) use fs/promises instead of util.promisify (#180) (@lukekarrys) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2941e5b..74b66b4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.0.4" + ".": "5.0.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 07419ae..24d9de0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.0.5](https://github.com/npm/git/compare/v5.0.4...v5.0.5) (2024-04-08) + +### Bug Fixes + +* [`d9bf355`](https://github.com/npm/git/commit/d9bf355a35b4d11b86b64bec8f748ddba088a926) [#180](https://github.com/npm/git/pull/180) use fs/promises instead of util.promisify (#180) (@lukekarrys) + ## [5.0.4](https://github.com/npm/git/compare/v5.0.3...v5.0.4) (2023-12-19) ### Bug Fixes diff --git a/package.json b/package.json index 485c1f4..7493ec7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/git", - "version": "5.0.4", + "version": "5.0.5", "main": "lib/index.js", "files": [ "bin/",