Skip to content

Commit

Permalink
4.4.1 release details (#78)
Browse files Browse the repository at this point in the history
Updating Release notes and version numbers.

Might be a little optimistic on date

* Update CHANGELOG for 4.4.1 release

* Bump version number in package

* Bump version number in package-lock
  • Loading branch information
wbt authored Dec 14, 2021
1 parent 6a3bf79 commit 23616c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

### 4.4.1 (2021/12/14)

- [#44] Add handleRejections to types.
- [#60] Exclude unnecessary files from npm package
- [#45] [#58] Update dependencies.

### 4.4.0 (2018/12/23)

- [#41] Support handleRejections option.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "winston-transport",
"description": "Base stream implementations for winston@3 and up.",
"version": "4.4.0",
"version": "4.4.1",
"main": "index.js",
"browser": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 23616c3

Please sign in to comment.