Skip to content

Commit

Permalink
chore: release 4.0.1 (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Oct 17, 2022
1 parent 4eff9fe commit d3c86f6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.0.0"
".": "4.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.0.1](https://github.com/npm/git/compare/v4.0.0...v4.0.1) (2022-10-17)

### Dependencies

* [`4eff9fe`](https://github.com/npm/git/commit/4eff9fef5977d853e0da7ee8b2213f7ec873dd6c) [#94](https://github.com/npm/git/pull/94) bump @npmcli/promise-spawn from 3.0.0 to 4.0.0 (#94)
* [`496d1cb`](https://github.com/npm/git/commit/496d1cb9c51e03035fce77958745c59d5fd74350) [#96](https://github.com/npm/git/pull/96) bump npm-pick-manifest from 7.0.2 to 8.0.0 (#96)

## [4.0.0](https://github.com/npm/git/compare/v3.0.2...v4.0.0) (2022-10-14)

### ⚠️ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/git",
"version": "4.0.0",
"version": "4.0.1",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down

0 comments on commit d3c86f6

Please sign in to comment.