Skip to content

Commit 2d6070a

Browse files
chore: release 7.0.0 (#220)
🤖 I have created a release *beep* *boop* --- ## [7.0.0](v6.0.0...v7.0.0) (2025-10-22) ### ⚠️ BREAKING CHANGES * `write-file-atomic` now supports node `^20.17.0 || >=22.9.0` ### Bug Fixes * [`05b67bd`](05b67bd) [#219](#219) align to npm 11 node engine range (#219) (@owlstronaut) ### Chores * [`52d789d`](52d789d) [#212](#212) postinstall workflow updates (#212) (@owlstronaut) * [`602f2ad`](602f2ad) [#218](#218) bump @npmcli/template-oss from 4.26.0 to 4.27.1 (#218) (@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 05b67bd commit 2d6070a

File tree

3 files changed

+11
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [7.0.0](https://github.com/npm/write-file-atomic/compare/v6.0.0...v7.0.0) (2025-10-22)
4+
### ⚠️ BREAKING CHANGES
5+
* `write-file-atomic` now supports node `^20.17.0 || >=22.9.0`
6+
### Bug Fixes
7+
* [`05b67bd`](https://github.com/npm/write-file-atomic/commit/05b67bd54e8c7966619bd07a0d2eaca81261e034) [#219](https://github.com/npm/write-file-atomic/pull/219) align to npm 11 node engine range (#219) (@owlstronaut)
8+
### Chores
9+
* [`52d789d`](https://github.com/npm/write-file-atomic/commit/52d789d21905b83bcb3b93c7cd2750cdc82becc6) [#212](https://github.com/npm/write-file-atomic/pull/212) postinstall workflow updates (#212) (@owlstronaut)
10+
* [`602f2ad`](https://github.com/npm/write-file-atomic/commit/602f2ad71ce4e08357286aa06a2619ce1746f12b) [#218](https://github.com/npm/write-file-atomic/pull/218) bump @npmcli/template-oss from 4.26.0 to 4.27.1 (#218) (@dependabot[bot], @npm-cli-bot)
11+
312
## [6.0.0](https://github.com/npm/write-file-atomic/compare/v5.0.1...v6.0.0) (2024-09-24)
413
### ⚠️ BREAKING CHANGES
514
* `write-file-atomic` 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": "write-file-atomic",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"description": "Write files in an atomic fashion w/configurable ownership",
55
"main": "./lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)