Skip to content

Commit b473b15

Browse files
chore: release 5.0.0 (#134)
🤖 I have created a release *beep* *boop* --- ## [5.0.0](v4.0.0...v5.0.0) (2025-10-23) ### ⚠️ BREAKING CHANGES * `@npmcli/fs` now supports node `^20.17.0 || >=22.9.0` ### Bug Fixes * [`f3b5996`](f3b5996) [#133](#133) align to npm 11 node engine range (@owlstronaut) ### Chores * [`397d379`](397d379) [#135](#135) align tests with nodejs behavior change (@owlstronaut) * [`1be67ee`](1be67ee) [#133](#133) template-oss-apply (@owlstronaut) * [`4f74601`](4f74601) [#126](#126) postinstall workflow updates (#126) (@owlstronaut) * [`3cbc2b2`](3cbc2b2) [#132](#132) bump @npmcli/template-oss from 4.26.0 to 4.27.1 (#132) (@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 397d379 commit b473b15

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-
".": "4.0.0"
2+
".": "5.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+
## [5.0.0](https://github.com/npm/fs/compare/v4.0.0...v5.0.0) (2025-10-23)
4+
### ⚠️ BREAKING CHANGES
5+
* `@npmcli/fs` now supports node `^20.17.0 || >=22.9.0`
6+
### Bug Fixes
7+
* [`f3b5996`](https://github.com/npm/fs/commit/f3b5996ae144c740c2238f5bb4960d9df896e242) [#133](https://github.com/npm/fs/pull/133) align to npm 11 node engine range (@owlstronaut)
8+
### Chores
9+
* [`397d379`](https://github.com/npm/fs/commit/397d379a24aee08cb5e248c5294aec77f40411b4) [#135](https://github.com/npm/fs/pull/135) align tests with nodejs behavior change (@owlstronaut)
10+
* [`1be67ee`](https://github.com/npm/fs/commit/1be67ee39cd1363f7a47619b22574603817bf6ed) [#133](https://github.com/npm/fs/pull/133) template-oss-apply (@owlstronaut)
11+
* [`4f74601`](https://github.com/npm/fs/commit/4f74601489a9c258642630bef4fbb083c21ff36e) [#126](https://github.com/npm/fs/pull/126) postinstall workflow updates (#126) (@owlstronaut)
12+
* [`3cbc2b2`](https://github.com/npm/fs/commit/3cbc2b29923127c9ad9d3833fee1eafb41fc005a) [#132](https://github.com/npm/fs/pull/132) bump @npmcli/template-oss from 4.26.0 to 4.27.1 (#132) (@dependabot[bot], @npm-cli-bot)
13+
314
## [4.0.0](https://github.com/npm/fs/compare/v3.1.1...v4.0.0) (2024-09-11)
415
### ⚠️ BREAKING CHANGES
516
* `@npmcli/fs` now supports node `^18.17.0 || >=20.5.0`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/fs",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "filesystem utilities for the npm cli",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)