Skip to content

Commit ae97975

Browse files
github-actions[bot]lukekarrys
authored andcommitted
chore: release 4.1.0
1 parent 025689a commit ae97975

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.4"
2+
".": "4.1.0"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [4.1.0](https://github.com/npm/git/compare/v4.0.4...v4.1.0) (2023-06-06)
4+
5+
### Features
6+
7+
* [`f73ed8d`](https://github.com/npm/git/commit/f73ed8dee9811a00a52073ff50544c8e3d907952) [#135](https://github.com/npm/git/pull/135) add option to stop git.find at a directory (#135) (@lukekarrys)
8+
9+
### Bug Fixes
10+
11+
* [`d5a99e3`](https://github.com/npm/git/commit/d5a99e3f58a433dfd04d9d389dab50ca947b1085) [#137](https://github.com/npm/git/pull/137) dont default `find` `root` option to anything (@lukekarrys)
12+
313
## [4.0.4](https://github.com/npm/git/compare/v4.0.3...v4.0.4) (2023-03-08)
414

515
### Dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/git",
3-
"version": "4.0.4",
3+
"version": "4.1.0",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",

0 commit comments

Comments
 (0)