diff --git a/CHANGELOG.md b/CHANGELOG.md index f6b0128..ae9bb21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://www.github.com/gulpjs/glogg/compare/v2.0.0...v2.1.0) (2024-03-10) + + +### Features + +* Emit all arguments when first argument is not a string ([#7](https://www.github.com/gulpjs/glogg/issues/7)) ([578a2aa](https://www.github.com/gulpjs/glogg/commit/578a2aaf1138e54f6e6e555bfbe555dd3f82fd35)) + ## [2.0.0](https://www.github.com/gulpjs/glogg/compare/v1.0.2...v2.0.0) (2022-06-24) diff --git a/package.json b/package.json index 5fbc386..01b2e12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glogg", - "version": "2.0.0", + "version": "2.1.0", "description": "Global logging utility", "author": "Gulp Team (http://gulpjs.com/)", "contributors": [