From ad09a43a26cb4b5b88112d61fd86aca6682729c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 14:39:06 -0700 Subject: [PATCH] chore: Release 2.0.0 (#6) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f6b0128 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [2.0.0](https://www.github.com/gulpjs/glogg/compare/v1.0.2...v2.0.0) (2022-06-24) + + +### ⚠ BREAKING CHANGES + +* Normalize repository, dropping node <10.13 support (#5) + +### Miscellaneous Chores + +* Normalize repository, dropping node <10.13 support ([#5](https://www.github.com/gulpjs/glogg/issues/5)) ([8bb6148](https://www.github.com/gulpjs/glogg/commit/8bb6148c061e0f11ea9330924e954c39af7f02b6)) diff --git a/package.json b/package.json index bb300cf..5fbc386 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glogg", - "version": "1.0.2", + "version": "2.0.0", "description": "Global logging utility", "author": "Gulp Team (http://gulpjs.com/)", "contributors": [