diff --git a/CHANGELOG.md b/CHANGELOG.md index d64af3b..b2c6c67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +## 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)) +* Fix metaField/requestField/responseField typescript types ([#259](https://github.com/bithavoc/express-winston/pull/259)) + ## 4.0.5 + * Fix excess semicolon breaking Typescript compilation ([#249](https://github.com/bithavoc/express-winston/pull/249)) ## 4.0.4 diff --git a/package.json b/package.json index 3c3821d..50fa30f 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,9 @@ "url": "http://bithavoc.io" }, "name": "express-winston", - "description": "express.js middleware for flatiron/winston", + "description": "express.js middleware for winstonjs/winston", "keywords": [ "winston", - "flatiron", "logging", "express", "log", @@ -17,7 +16,7 @@ "middleware", "colors" ], - "version": "4.0.5", + "version": "4.1.0", "repository": { "type": "git", "url": "https://github.com/bithavoc/express-winston.git"