From c2d1a8003a940252874ec9dd9d77dcac038a5d24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 16:14:49 +0000 Subject: [PATCH] chore: release 5.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6f8775..32dbe0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "5.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7afefc7..af5895f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [5.0.0](https://github.com/npm/redact/compare/v4.0.0...v5.0.0) (2026-05-08) +### ⚠️ BREAKING CHANGES +* `@npmcli/redact` now supports node `^22.22.2 || ^24.15.0 || >=26.0.0` +* template-oss-apply +### Features +* [`4eca344`](https://github.com/npm/redact/commit/4eca344227b3e73395f063df8bd0c811faaf6fab) [#51](https://github.com/npm/redact/pull/51) bump to new node engine range (@owlstronaut) +* [`26a18b4`](https://github.com/npm/redact/commit/26a18b4f371a731e8cac4efdebea5734f6e90e57) [#51](https://github.com/npm/redact/pull/51) template-oss-apply (@owlstronaut) +### Chores +* [`af8414b`](https://github.com/npm/redact/commit/af8414bf6115f765d4350b56f17699bd792dffc8) [#51](https://github.com/npm/redact/pull/51) template-oss-apply (@owlstronaut) + ## [4.0.0](https://github.com/npm/redact/compare/v3.2.2...v4.0.0) (2025-10-22) ### ⚠️ BREAKING CHANGES * `@npmcli/redact` now supports node `^20.17.0 || >=22.9.0` diff --git a/package.json b/package.json index faba1b7..e781e09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/redact", - "version": "4.0.0", + "version": "5.0.0", "description": "Redact sensitive npm information from output", "main": "lib/index.js", "exports": {