Skip to content

Commit

Permalink
chore: Release 2.0.0 (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 7, 2022
1 parent 0000c93 commit 6686d17
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion package.json
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 <team@gulpjs.com> (http://gulpjs.com/)",
"contributors": [
Expand Down

0 comments on commit 6686d17

Please sign in to comment.