Skip to content

Commit

Permalink
Version bump 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bithavoc committed Feb 18, 2021
1 parent d7d1b3c commit 2260eda
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 2260eda

Please sign in to comment.