Skip to content

Commit c54e057

Browse files
chore: release 1.1.0
1 parent c681d24 commit c54e057

File tree

3 files changed

+8
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/npm/redact/compare/v1.0.0...v1.1.0) (2024-04-03)
4+
5+
### Features
6+
7+
* [`c681d24`](https://github.com/npm/redact/commit/c681d2469583aae4e505e4c1ac16ae48e314093b) [#4](https://github.com/npm/redact/pull/4) add node 16 support (#4) (@lukekarrys)
8+
39
## 1.0.0 (2024-04-03)
410

511
### ⚠️ BREAKING CHANGES

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

0 commit comments

Comments
 (0)