From e17d87b806b66ecc25cbe798947f0ee703197ea7 Mon Sep 17 00:00:00 2001 From: bithavoc Date: Fri, 27 Aug 2021 17:11:51 +0000 Subject: [PATCH] Version bump 4.2.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2c6c67..2ec2375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.2.0 +* Upgraded lodash to 4.17.21 minimum ([#264](https://github.com/bithavoc/express-winston/issues/264)) +* Fixed typos and Readme format ([#262](https://github.com/bithavoc/express-winston/pull/262)) + ## 4.1.0 * Update chalk and lodash due minor security impact ([#252](https://github.com/bithavoc/express-winston/pull/252)) * Allow filter out whitelisted request body ([#258](https://github.com/bithavoc/express-winston/pull/258)) diff --git a/package.json b/package.json index 4c5626c..da8afa4 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "middleware", "colors" ], - "version": "4.1.0", + "version": "4.2.0", "repository": { "type": "git", "url": "https://github.com/bithavoc/express-winston.git"