Skip to content

Commit

Permalink
chore: release 5.0.5 (#181)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [5.0.5](v5.0.4...v5.0.5)
(2024-04-08)

### Bug Fixes

*
[`d9bf355`](d9bf355)
[#180](#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>
  • Loading branch information
github-actions[bot] committed Apr 9, 2024
1 parent d9bf355 commit b17692b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "5.0.4"
".": "5.0.5"
}
6 changes: 6 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/git",
"version": "5.0.4",
"version": "5.0.5",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down

0 comments on commit b17692b

Please sign in to comment.