Skip to content

Commit a14ac04

Browse files
committed
v3.8.2
1 parent 3f1dcc1 commit a14ac04

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CHANGELOG
22

3+
## [v3.8.2](https://github.com/winstonjs/winston/compare/v3.8.1...v3.8.2)
4+
### Patch-level changes
5+
* Add `.js` to main entry point in package.json in https://github.com/winstonjs/winston/pull/2177; thanks to new contributor @rumanbsl
6+
* Small grammatical fixes in README.md in https://github.com/winstonjs/winston/pull/2183; thanks to new contributor @mikebarr24
7+
* Move colors to non-dev dependencies by @wbt in https://github.com/winstonjs/winston/pull/2190
8+
9+
### Dependency updates by @dependabot + CI autotesting
10+
* Bump @babel/preset-env from 7.18.2 to 7.19.0 in https://github.com/winstonjs/winston/pull/2189
11+
* Bump @babel/cli from 7.17.10 to 7.18.10 in https://github.com/winstonjs/winston/pull/2173
12+
* Bump eslint from 8.18.0 to 8.23.0 in https://github.com/winstonjs/winston/pull/2184
13+
* Bump @babel/core from 7.18.5 to 7.19.0 in https://github.com/winstonjs/winston/pull/2192
14+
* Bump logform from 2.4.1 to 2.4.2 in https://github.com/winstonjs/winston/pull/2191
15+
316
## [v3.8.1](https://github.com/winstonjs/winston/compare/v3.8.0...v3.8.1)
417

518
### Patch-level changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.8.1",
4+
"version": "3.8.2",
55
"author": "Charlie Robbins <[email protected]>",
66
"maintainers": [
77
"David Hyde <[email protected]>"

0 commit comments

Comments
 (0)