diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b4b8d0f..95a37e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.1" + ".": "3.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b52f345..ec2f070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [3.2.0](https://github.com/npm/redact/compare/v3.1.1...v3.2.0) (2025-04-21) +### Features +* [`e30b453`](https://github.com/npm/redact/commit/e30b453db65dcf450242b5a187a9d78f2bc049fa) [#39](https://github.com/npm/redact/pull/39) adds cookie to redaction list (#39) (@reggi) +### Chores +* [`9868381`](https://github.com/npm/redact/commit/98683815f691bf135cf2da78ce51a88b1926559b) [#36](https://github.com/npm/redact/pull/36) use `throws` and `rejects` assertions (#36) (@hashtagchris) + ## [3.1.1](https://github.com/npm/redact/compare/v3.1.0...v3.1.1) (2025-01-29) ### Bug Fixes * [`f509ae4`](https://github.com/npm/redact/commit/f509ae42be6479339335b4dfcd1c62ea11c92b3c) [#34](https://github.com/npm/redact/pull/34) server: redactThrow should return function (#34) (@reggi) diff --git a/package.json b/package.json index 9715bbb..00c2d94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/redact", - "version": "3.1.1", + "version": "3.2.0", "description": "Redact sensitive npm information from output", "main": "lib/index.js", "exports": {