Skip to content

Commit b17692b

Browse files
chore: release 5.0.5 (#181)
🤖 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>
1 parent d9bf355 commit b17692b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.0.4"
2+
".": "5.0.5"
33
}

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [5.0.5](https://github.com/npm/git/compare/v5.0.4...v5.0.5) (2024-04-08)
4+
5+
### Bug Fixes
6+
7+
* [`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)
8+
39
## [5.0.4](https://github.com/npm/git/compare/v5.0.3...v5.0.4) (2023-12-19)
410

511
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/git",
3-
"version": "5.0.4",
3+
"version": "5.0.5",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",

0 commit comments

Comments
 (0)