Skip to content

Commit f0f7945

Browse files
chore: release 6.0.0 (#212)
🤖 I have created a release *beep* *boop* --- ## [6.0.0](v5.0.8...v6.0.0) (2024-09-26) ### ⚠️ BREAKING CHANGES * `@npmcli/git` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`a405d65`](a405d65) [#211](#211) align to npm 10 node engine range (@reggi) ### Dependencies * [`68c31f0`](68c31f0) [#211](#211) `[email protected]` * [`917a535`](917a535) [#211](#211) `[email protected]` * [`e192bea`](e192bea) [#211](#211) `@npmcli/[email protected]` ### Chores * [`e989fa1`](e989fa1) [#211](#211) run template-oss-apply (@reggi) * [`dbfdd90`](dbfdd90) [#205](#205) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`4d33150`](4d33150) [#206](#206) postinstall for dependabot template-oss PR (@hashtagchris) * [`8c699c1`](8c699c1) [#206](#206) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[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 68c31f0 commit f0f7945

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [6.0.0](https://github.com/npm/git/compare/v5.0.8...v6.0.0) (2024-09-26)
4+
### ⚠️ BREAKING CHANGES
5+
* `@npmcli/git` now supports node `^18.17.0 || >=20.5.0`
6+
### Bug Fixes
7+
* [`a405d65`](https://github.com/npm/git/commit/a405d65abfef7652648468ae6fa43eb7f8a7ad96) [#211](https://github.com/npm/git/pull/211) align to npm 10 node engine range (@reggi)
8+
### Dependencies
9+
* [`68c31f0`](https://github.com/npm/git/commit/68c31f0d5396c5db2fa961e5f0e609f2f943a58b) [#211](https://github.com/npm/git/pull/211) `[email protected]`
10+
* [`917a535`](https://github.com/npm/git/commit/917a5356d8b63167c0fefd331441cfc1988aab56) [#211](https://github.com/npm/git/pull/211) `[email protected]`
11+
* [`e192bea`](https://github.com/npm/git/commit/e192beafc7ac2997ebc4d1bc0d2763f03421a8a7) [#211](https://github.com/npm/git/pull/211) `@npmcli/[email protected]`
12+
### Chores
13+
* [`e989fa1`](https://github.com/npm/git/commit/e989fa1f53d998c4eca0d74c718c284cf7b3bdcb) [#211](https://github.com/npm/git/pull/211) run template-oss-apply (@reggi)
14+
* [`dbfdd90`](https://github.com/npm/git/commit/dbfdd90965cde5e334ab9639ea6e881bbf096678) [#205](https://github.com/npm/git/pull/205) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
15+
* [`4d33150`](https://github.com/npm/git/commit/4d3315033d077da5a7433f2af7ea006010301a1e) [#206](https://github.com/npm/git/pull/206) postinstall for dependabot template-oss PR (@hashtagchris)
16+
* [`8c699c1`](https://github.com/npm/git/commit/8c699c13df9e1867e6931dadfacd2bc90c50c555) [#206](https://github.com/npm/git/pull/206) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
17+
318
## [5.0.8](https://github.com/npm/git/compare/v5.0.7...v5.0.8) (2024-07-09)
419

520
### Bug Fixes

package.json

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

0 commit comments

Comments
 (0)