Skip to content

Commit 6686d17

Browse files
chore: Release 2.0.0 (#22)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0000c93 commit 6686d17

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [2.0.0](https://www.github.com/gulpjs/fancy-log/compare/v1.3.3...v2.0.0) (2022-01-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Highlight timestamp as util.inspect hightlights Dates (#23)
9+
* Normalize repository, dropping node <10.13 support (#21)
10+
11+
### Features
12+
13+
* 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))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* 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))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fancy-log",
3-
"version": "1.3.3",
3+
"version": "2.0.0",
44
"description": "Log things, prefixed with a timestamp.",
55
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
66
"contributors": [

0 commit comments

Comments
 (0)