Skip to content

Commit 38c1c46

Browse files
committed
Update changelog & version # 3.8.0
1 parent 7b1917e commit 38c1c46

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
# CHANGELOG
2+
## [v3.8.0](https://github.com/winstonjs/winston/compare/v3.7.2...v3.8.0) / 2022-06-23
3+
### Added functionality
4+
* Add the stringify replacer option to the HTTP transport by @domiins in https://github.com/winstonjs/winston/pull/2155
5+
6+
### Dependency updates by @dependabot + CI autotesting
7+
* Bump @babel/core from 7.17.8 to 7.18.5
8+
* Bump eslint from 8.12.0 to 8.18.0
9+
* Bump @types/node from 17.0.23 to 18.0.0
10+
* Bump @babel/preset-env from 7.16.11 to 7.18.2
11+
* Bump @babel/cli from 7.17.6 to 7.17.10
12+
13+
### Updates facilitating repo maintenance & enhancing documentation
14+
* Explicitly note that the Contributing.md file is out of date
15+
* Add instructions for publishing updated version by @wbt (docs/publishing.md)
16+
* Prettier Config File by @jeanpierrecarvalho in https://github.com/winstonjs/winston/pull/2092
17+
* Readme update to explain origin of errors for handling (#2120)
18+
* update documentation for #2114 by @zizifn in https://github.com/winstonjs/winston/pull/2138
19+
* enhance message for logs with no transports #2114 by @zizifn in https://github.com/winstonjs/winston/pull/2139
20+
* Added a new Community Transport option to the list: Worker Thread based async Console Transport by @arpad1337 in https://github.com/winstonjs/winston/pull/2140
21+
22+
Thanks especially to new contributors @zizifn, @arpad1337, @domiins, & @jeanpierrecarvalho!
223

324
## v3.7.2 / 2022-04-04
425
This change reverts what should have been the feature-level update in 3.7.0 due to issue #2103 showing this to be breaking, unintentionally.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "winston",
33
"description": "A logger for just about everything.",
4-
"version": "3.7.2",
4+
"version": "3.8.0",
55
"author": "Charlie Robbins <[email protected]>",
66
"maintainers": [
77
"David Hyde <[email protected]>"

0 commit comments

Comments
 (0)