Skip to content

Commit

Permalink
chore: release 6.0.2 (#224)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Feb 18, 2025
1 parent 52d8b0e commit 38b0688
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@
{
".": "6.0.1"
".": "6.0.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [6.0.2](https://github.com/npm/git/compare/v6.0.1...v6.0.2) (2025-02-18)
### Dependencies
* [`618c70c`](https://github.com/npm/git/commit/618c70cedcde3cbf2a01863df5f9467658a48352) [#223](https://github.com/npm/git/pull/223) remove promise-inflight (#223)
### Chores
* [`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)
* [`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])
* [`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)

## [6.0.1](https://github.com/npm/git/compare/v6.0.0...v6.0.1) (2024-10-02)
### Dependencies
* [`a4c2c21`](https://github.com/npm/git/commit/a4c2c21c74c9c0c9d73a9ea857ad8cedc47879cc) [#216](https://github.com/npm/git/pull/216) bump `[email protected]`
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": "6.0.1",
"version": "6.0.2",
"main": "lib/index.js",
"files": [
"bin/",
Expand Down

0 comments on commit 38b0688

Please sign in to comment.