From d61d409e8a783c8e2c9db6df9d364165ccc89c9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 03:20:25 +0000 Subject: [PATCH] chore: release 2.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae812af..2ea8941 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # gulplog changelog +## [2.1.0](https://www.github.com/gulpjs/gulplog/compare/v2.0.1...v2.1.0) (2024-03-10) + + +### Features + +* Log all arguments when first argument is not a string ([#19](https://www.github.com/gulpjs/gulplog/issues/19)) ([323a27a](https://www.github.com/gulpjs/gulplog/commit/323a27aa8d451d4389adbfea8dbd2317c1b44451)) + ### [2.0.1](https://www.github.com/gulpjs/gulplog/compare/v2.0.0...v2.0.1) (2022-09-28) diff --git a/package.json b/package.json index 6c0a8b2..1c72858 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulplog", - "version": "2.0.1", + "version": "2.1.0", "description": "Logger for gulp and gulp plugins", "author": "Gulp Team (http://gulpjs.com/)", "contributors": [