Skip to content

Commit

Permalink
chore: release 2.0.1 (#16)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.0.1](v2.0.0...v2.0.1)
(2024-06-05)

### Bug Fixes

*
[`670847f`](670847f)
[#15](#15) filter properties of error
(#15) (@reggi)
*
[`826b60d`](826b60d)
[#14](#14) prevent redact for buffers
(#14) (@reggi)

---
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>
  • Loading branch information
github-actions[bot] authored Jun 5, 2024
1 parent 670847f commit a5d199c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0"
".": "2.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.1](https://github.com/npm/redact/compare/v2.0.0...v2.0.1) (2024-06-05)

### Bug Fixes

* [`670847f`](https://github.com/npm/redact/commit/670847f25fbbd6780f42d09d36ecc9c6bb68ec9f) [#15](https://github.com/npm/redact/pull/15) filter properties of error (#15) (@reggi)
* [`826b60d`](https://github.com/npm/redact/commit/826b60d6fc76ff4bdbb80dcaf203c8824574b340) [#14](https://github.com/npm/redact/pull/14) prevent redact for buffers (#14) (@reggi)

## [2.0.0](https://github.com/npm/redact/compare/v1.1.0...v2.0.0) (2024-04-26)

### ⚠️ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/redact",
"version": "2.0.0",
"version": "2.0.1",
"description": "Redact sensitive npm information from output",
"main": "lib/index.js",
"exports": {
Expand Down

0 comments on commit a5d199c

Please sign in to comment.