Skip to content

Commit 38b0688

Browse files
chore: release 6.0.2 (#224)
🤖 I have created a release *beep* *boop* --- ## [6.0.2](v6.0.1...v6.0.2) (2025-02-18) ### Dependencies * [`618c70c`](618c70c) [#223](#223) remove promise-inflight (#223) ### Chores * [`29dfb33`](29dfb33) [#222](#222) ensure tests correctly mock environment variables before loading opts.js (#222) (@owlstronaut) * [`0fc4208`](0fc4208) [#220](#220) bump npm-package-arg from 11.0.3 to 12.0.1 (#220) (@dependabot[bot]) * [`52d8b0e`](52d8b0e) [#221](#221) bump @npmcli/template-oss from 4.23.3 to 4.24.1 (#221) (@dependabot[bot], @npm-cli-bot) --- 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 52d8b0e commit 38b0688

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [6.0.2](https://github.com/npm/git/compare/v6.0.1...v6.0.2) (2025-02-18)
4+
### Dependencies
5+
* [`618c70c`](https://github.com/npm/git/commit/618c70cedcde3cbf2a01863df5f9467658a48352) [#223](https://github.com/npm/git/pull/223) remove promise-inflight (#223)
6+
### Chores
7+
* [`29dfb33`](https://github.com/npm/git/commit/29dfb3324ab0b06f28b94971d6d8719853b20bf6) [#222](https://github.com/npm/git/pull/222) ensure tests correctly mock environment variables before loading opts.js (#222) (@owlstronaut)
8+
* [`0fc4208`](https://github.com/npm/git/commit/0fc4208897ed29c0651f17d8e7593827110d1ea7) [#220](https://github.com/npm/git/pull/220) bump npm-package-arg from 11.0.3 to 12.0.1 (#220) (@dependabot[bot])
9+
* [`52d8b0e`](https://github.com/npm/git/commit/52d8b0efc675574b5c0dbec7932b921b97f1f453) [#221](https://github.com/npm/git/pull/221) bump @npmcli/template-oss from 4.23.3 to 4.24.1 (#221) (@dependabot[bot], @npm-cli-bot)
10+
311
## [6.0.1](https://github.com/npm/git/compare/v6.0.0...v6.0.1) (2024-10-02)
412
### Dependencies
513
* [`a4c2c21`](https://github.com/npm/git/commit/a4c2c21c74c9c0c9d73a9ea857ad8cedc47879cc) [#216](https://github.com/npm/git/pull/216) bump `[email protected]`

package.json

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

0 commit comments

Comments
 (0)