Skip to content

Commit d4a8b13

Browse files
chore: release 3.0.0 (#29)
🤖 I have created a release *beep* *boop* --- ## [3.0.0](v2.0.1...v3.0.0) (2024-09-24) ### ⚠️ BREAKING CHANGES * `@npmcli/redact` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`2ffd026`](2ffd026) [#28](#28) align to npm 10 node engine range (@hashtagchris) ### Chores * [`864a01a`](864a01a) [#28](#28) run template-oss-apply (@hashtagchris) * [`1d90363`](1d90363) [#26](#26) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`96c5285`](96c5285) [#27](#27) postinstall for dependabot template-oss PR (@hashtagchris) * [`01daecd`](01daecd) [#27](#27) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot]) --- 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 864a01a commit d4a8b13

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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-
".": "2.0.1"
2+
".": "3.0.0"
33
}

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/npm/redact/compare/v2.0.1...v3.0.0) (2024-09-24)
4+
### ⚠️ BREAKING CHANGES
5+
* `@npmcli/redact` now supports node `^18.17.0 || >=20.5.0`
6+
### Bug Fixes
7+
* [`2ffd026`](https://github.com/npm/redact/commit/2ffd0267784c28cfa3564ea9ab1667b88b3fe843) [#28](https://github.com/npm/redact/pull/28) align to npm 10 node engine range (@hashtagchris)
8+
### Chores
9+
* [`864a01a`](https://github.com/npm/redact/commit/864a01a470ceed8f9ea6e19ab8c387fba9442dd2) [#28](https://github.com/npm/redact/pull/28) run template-oss-apply (@hashtagchris)
10+
* [`1d90363`](https://github.com/npm/redact/commit/1d903634b257fc73e8703d6dd8d668e7ff3e7d3e) [#26](https://github.com/npm/redact/pull/26) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
11+
* [`96c5285`](https://github.com/npm/redact/commit/96c5285bd08c2228922b712ab1a5d57c38fcf22e) [#27](https://github.com/npm/redact/pull/27) postinstall for dependabot template-oss PR (@hashtagchris)
12+
* [`01daecd`](https://github.com/npm/redact/commit/01daecd5e14650831416ea342b8e3094efb03f8f) [#27](https://github.com/npm/redact/pull/27) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
13+
314
## [2.0.1](https://github.com/npm/redact/compare/v2.0.0...v2.0.1) (2024-06-05)
415

516
### Bug Fixes

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": "2.0.1",
3+
"version": "3.0.0",
44
"description": "Redact sensitive npm information from output",
55
"main": "lib/index.js",
66
"exports": {

0 commit comments

Comments
 (0)