-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33ef65c
commit 2930938
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Changelog | ||
|
||
## [2.0.0](https://github.com/npm/proc-log/compare/v1.0.0...v2.0.0) (2022-02-10) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* this drops support for node10 and non-LTS versions of node12 and node14 | ||
|
||
* @npmcli/template-oss ([#1](https://github.com/npm/proc-log/issues/1)) ([d340d8b](https://github.com/npm/proc-log/commit/d340d8b90c5612223d456a6d33d36ed83ab1ba41)) | ||
|
||
|
||
### Documentation | ||
|
||
* add example usage ([33ef65c](https://github.com/npm/proc-log/commit/33ef65c4dc3cdba2a2555ec1c32f6bd5d281ff6a)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "proc-log", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"files": [ | ||
"bin", | ||
"lib" | ||
|