diff --git a/CHANGELOG.md b/CHANGELOG.md index de624f7..d4c36ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.0.4 +* Update lodash to 4.17.19 ([#245](https://github.com/bithavoc/express-winston/pull/245)) +* Update statusLevels to accept Boolean or StatusLevel object in TypeScript definition ([#244](https://github.com/bithavoc/express-winston/pull/244)) + ## 4.0.3 * Update lodash to 4.17.15 ([#232](https://github.com/bithavoc/express-winston/pull/232)) * Add missing exceptionToMeta and skip to TypeScript definition ([#234](https://github.com/bithavoc/express-winston/pull/234)) diff --git a/package.json b/package.json index 67278e3..fe05d98 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "middleware", "colors" ], - "version": "4.0.3", + "version": "4.0.4", "repository": { "type": "git", "url": "https://github.com/bithavoc/express-winston.git"