Skip to content

Commit 55b0e69

Browse files
chore: release 7.0.0 (#228)
🤖 I have created a release *beep* *boop* --- ## [7.0.0](v6.0.3...v7.0.0) (2025-09-17) ### ⚠️ BREAKING CHANGES * `@npmcli/git` now supports node `^20.17.0 || >=22.9.0` ### Bug Fixes * [`586a99b`](586a99b) [#227](#227) align to npm 11 node engine range (@owlstronaut) ### Dependencies * [`836bcd0`](836bcd0) [#227](#227) `[email protected]` * [`3dfd4a7`](3dfd4a7) [#227](#227) `[email protected]` ### Chores * [`7c14300`](7c14300) [#227](#227) `[email protected]` (@owlstronaut) --- 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 7c14300 commit 55b0e69

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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-
".": "6.0.3"
2+
".": "7.0.0"
33
}

CHANGELOG.md

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

3+
## [7.0.0](https://github.com/npm/git/compare/v6.0.3...v7.0.0) (2025-09-17)
4+
### ⚠️ BREAKING CHANGES
5+
* `@npmcli/git` now supports node `^20.17.0 || >=22.9.0`
6+
### Bug Fixes
7+
* [`586a99b`](https://github.com/npm/git/commit/586a99bf966c6f5a65eb3cbee4b648e94a115493) [#227](https://github.com/npm/git/pull/227) align to npm 11 node engine range (@owlstronaut)
8+
### Dependencies
9+
* [`836bcd0`](https://github.com/npm/git/commit/836bcd0e0af4403deca4fe55531518eb1676a953) [#227](https://github.com/npm/git/pull/227) `[email protected]`
10+
* [`3dfd4a7`](https://github.com/npm/git/commit/3dfd4a71fc7909fd516c5b70ff98f93185902796) [#227](https://github.com/npm/git/pull/227) `[email protected]`
11+
### Chores
12+
* [`7c14300`](https://github.com/npm/git/commit/7c14300a754c36d24273d9b60882d2d895e38ac9) [#227](https://github.com/npm/git/pull/227) `[email protected]` (@owlstronaut)
13+
314
## [6.0.3](https://github.com/npm/git/compare/v6.0.2...v6.0.3) (2025-02-18)
415
### Dependencies
516
* [`4d688db`](https://github.com/npm/git/commit/4d688db7f82adcb4281eca07c4e63b9de3085500) [#225](https://github.com/npm/git/pull/225) remove promise-inflight (#225)

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": "6.0.3",
3+
"version": "7.0.0",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",

0 commit comments

Comments
 (0)