Skip to content

Commit

Permalink
Version bump 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bithavoc committed Feb 13, 2020
1 parent 11fc143 commit 45ec9e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 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))

## 4.0.2
* Add blacklist fields to BaseErrorLoggerOptions interface ([#230](https://github.com/bithavoc/express-winston/pull/230))

## 4.0.1
* Added `headerBlacklist` to BaseLoggerOptions for better typescript support ([#228](https://github.com/bithavoc/express-winston/pull/228))

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"middleware",
"colors"
],
"version": "4.0.2",
"version": "4.0.3",
"repository": {
"type": "git",
"url": "https://github.com/bithavoc/express-winston.git"
Expand Down Expand Up @@ -91,4 +91,4 @@
}
],
"types": "index.d.ts"
}
}

0 comments on commit 45ec9e7

Please sign in to comment.