-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0000c93
commit 6686d17
Showing
2 changed files
with
19 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,18 @@ | ||
# Changelog | ||
|
||
## [2.0.0](https://www.github.com/gulpjs/fancy-log/compare/v1.3.3...v2.0.0) (2022-01-07) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* Highlight timestamp as util.inspect hightlights Dates (#23) | ||
* Normalize repository, dropping node <10.13 support (#21) | ||
|
||
### Features | ||
|
||
* Highlight timestamp as util.inspect hightlights Dates ([#23](https://www.github.com/gulpjs/fancy-log/issues/23)) ([27c71a9](https://www.github.com/gulpjs/fancy-log/commit/27c71a92c13007c07f9132cf24974f36d691d4ff)) | ||
|
||
|
||
### Miscellaneous Chores | ||
|
||
* Normalize repository, dropping node <10.13 support ([#21](https://www.github.com/gulpjs/fancy-log/issues/21)) ([4083943](https://www.github.com/gulpjs/fancy-log/commit/40839435c3204b08261bfa3560383751b93d6f5a)) |
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": "fancy-log", | ||
"version": "1.3.3", | ||
"version": "2.0.0", | ||
"description": "Log things, prefixed with a timestamp.", | ||
"author": "Gulp Team <[email protected]> (http://gulpjs.com/)", | ||
"contributors": [ | ||
|