From 6686d1784d11db4ccc4d91ad854e580a14ebe330 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 12:07:51 -0700 Subject: [PATCH] chore: Release 2.0.0 (#22) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0ac7c14 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index b9d9504..ddaee8b 100644 --- a/package.json +++ b/package.json @@ -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 (http://gulpjs.com/)", "contributors": [