From 81c2e3bb1ea60b349e64584f04843ff8d4101083 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:45:23 +0000 Subject: [PATCH] chore: release 7.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aeda91d..9995fe5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.0" + ".": "7.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 875fd9c..04eaed4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [7.0.1](https://github.com/npm/write-file-atomic/compare/v7.0.0...v7.0.1) (2026-02-26) +### Bug Fixes +* [`da246ef`](https://github.com/npm/write-file-atomic/commit/da246ef6b911f75c236070193eca823df7b9969f) [#229](https://github.com/npm/write-file-atomic/pull/229) use node:crypto instead of imurmurhash (@owlstronaut) +### Dependencies +* [`727e92c`](https://github.com/npm/write-file-atomic/commit/727e92c836515816e454919b526162490a9a9524) [#229](https://github.com/npm/write-file-atomic/pull/229) remove imurmurhash +### Chores +* [`4785863`](https://github.com/npm/write-file-atomic/commit/47858631168a63da5415c57d3538cb567d9b6035) [#221](https://github.com/npm/write-file-atomic/pull/221) bump @npmcli/eslint-config from 5.1.0 to 6.0.0 (#221) (@dependabot[bot]) +* [`0c819a3`](https://github.com/npm/write-file-atomic/commit/0c819a347cada1c54065d41410cf683bc60ce3c5) [#223](https://github.com/npm/write-file-atomic/pull/223) bump @npmcli/template-oss from 4.28.0 to 4.28.1 (#223) (@dependabot[bot], @npm-cli-bot) + ## [7.0.0](https://github.com/npm/write-file-atomic/compare/v6.0.0...v7.0.0) (2025-10-22) ### ⚠️ BREAKING CHANGES * `write-file-atomic` now supports node `^20.17.0 || >=22.9.0` diff --git a/package.json b/package.json index 6940998..da35aee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "write-file-atomic", - "version": "7.0.0", + "version": "7.0.1", "description": "Write files in an atomic fashion w/configurable ownership", "main": "./lib/index.js", "scripts": {