Skip to content

Commit b430e95

Browse files
chore: release 2.0.0 (#10)
🤖 I have created a release *beep* *boop* --- ## [2.0.0](v1.1.0...v2.0.0) (2024-04-26) ### ⚠️ BREAKING CHANGES * This package now uses package.json exports. The only allowed entry points are `@npmcli/redact` and `@npmcli/redact/server` in addition to the package.json itself. ### Features * [`a753300`](a753300) [#7](#7) adds server redact (@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>
1 parent a753300 commit b430e95

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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-
".": "1.1.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/npm/redact/compare/v1.1.0...v2.0.0) (2024-04-26)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* This package now uses package.json exports. The only allowed entry points are `@npmcli/redact` and `@npmcli/redact/server` in addition to the package.json itself.
8+
9+
### Features
10+
11+
* [`a753300`](https://github.com/npm/redact/commit/a75330078fd7f90f94ddc1badd91e4f6904444f9) [#7](https://github.com/npm/redact/pull/7) adds server redact (@reggi)
12+
313
## [1.1.0](https://github.com/npm/redact/compare/v1.0.0...v1.1.0) (2024-04-03)
414

515
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/redact",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "Redact sensitive npm information from output",
55
"main": "lib/index.js",
66
"exports": {

0 commit comments

Comments
 (0)