diff --git a/CHANGELOG.md b/CHANGELOG.md index b12b90b69..ac62af462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # CHANGELOG +## [v3.8.2](https://github.com/winstonjs/winston/compare/v3.8.1...v3.8.2) +### Patch-level changes +* Add `.js` to main entry point in package.json in https://github.com/winstonjs/winston/pull/2177; thanks to new contributor @rumanbsl +* Small grammatical fixes in README.md in https://github.com/winstonjs/winston/pull/2183; thanks to new contributor @mikebarr24 +* Move colors to non-dev dependencies by @wbt in https://github.com/winstonjs/winston/pull/2190 + +### Dependency updates by @dependabot + CI autotesting +* Bump @babel/preset-env from 7.18.2 to 7.19.0 in https://github.com/winstonjs/winston/pull/2189 +* Bump @babel/cli from 7.17.10 to 7.18.10 in https://github.com/winstonjs/winston/pull/2173 +* Bump eslint from 8.18.0 to 8.23.0 in https://github.com/winstonjs/winston/pull/2184 +* Bump @babel/core from 7.18.5 to 7.19.0 in https://github.com/winstonjs/winston/pull/2192 +* Bump logform from 2.4.1 to 2.4.2 in https://github.com/winstonjs/winston/pull/2191 + ## [v3.8.1](https://github.com/winstonjs/winston/compare/v3.8.0...v3.8.1) ### Patch-level changes diff --git a/package-lock.json b/package-lock.json index 2be34087d..d3e89dfb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "winston", - "version": "3.8.1", + "version": "3.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "winston", - "version": "3.8.1", + "version": "3.8.2", "license": "MIT", "dependencies": { "@dabh/diagnostics": "^2.0.2", diff --git a/package.json b/package.json index c8581641a..7a850190a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "winston", "description": "A logger for just about everything.", - "version": "3.8.1", + "version": "3.8.2", "author": "Charlie Robbins ", "maintainers": [ "David Hyde "