Skip to content

Commit

Permalink
chore: release 3.0.0 (#29)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Sep 25, 2024
1 parent 864a01a commit d4a8b13
Show file tree
Hide file tree
Showing 3 changed files with 13 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.1"
".": "3.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.0.0](https://github.com/npm/redact/compare/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`](https://github.com/npm/redact/commit/2ffd0267784c28cfa3564ea9ab1667b88b3fe843) [#28](https://github.com/npm/redact/pull/28) align to npm 10 node engine range (@hashtagchris)
### Chores
* [`864a01a`](https://github.com/npm/redact/commit/864a01a470ceed8f9ea6e19ab8c387fba9442dd2) [#28](https://github.com/npm/redact/pull/28) run template-oss-apply (@hashtagchris)
* [`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])
* [`96c5285`](https://github.com/npm/redact/commit/96c5285bd08c2228922b712ab1a5d57c38fcf22e) [#27](https://github.com/npm/redact/pull/27) postinstall for dependabot template-oss PR (@hashtagchris)
* [`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])

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

### Bug Fixes
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.1",
"version": "3.0.0",
"description": "Redact sensitive npm information from output",
"main": "lib/index.js",
"exports": {
Expand Down

0 comments on commit d4a8b13

Please sign in to comment.