Skip to content

Commit

Permalink
release: 2021-09-17, Version 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
logdnabot committed Sep 17, 2021
1 parent 02c6b3e commit f708b30
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
## Changelog

# [4.0.0](https://github.com/logdna/logdna-winston/compare/v3.0.5...v4.0.0) (2021-09-17)


### Chores

* **deps**: [email protected] [1313046](https://github.com/logdna/logdna-winston/commit/1313046c9285294761c131c4ffe34f4e80c7194f) - Darin Spivey
* **deps**: [email protected] [12f2235](https://github.com/logdna/logdna-winston/commit/12f22352b8eab571de5006f2a76131ac4f8ffb20) - Darin Spivey
* **deps**: [email protected] [500705c](https://github.com/logdna/logdna-winston/commit/500705c2e6b9d3bc21be422684eefd2dd81fb9a1) - Darin Spivey
* **deps**: [email protected] [a6e4501](https://github.com/logdna/logdna-winston/commit/a6e450129e0a1eb44616fae4bb0d94f0771771e5) - Darin Spivey


### Features

* **levels**: Support custom log levels in LogDNA [02c6b3e](https://github.com/logdna/logdna-winston/commit/02c6b3e41260c72e4397ed45565dbc2072c17209) - Darin Spivey, closes: [#31](https://github.com/logdna/logdna-winston/issues/31)


### **BREAKING CHANGES**

* **levels:** This removes the log level "translation"
that used to be in place to convert Winston levels to ones
that would be acceptable by LogDNA. Since LogDNA can now
define custom levels as well, this translation is no longer
needed, however it may break implementations that are
relying on the translated levels.

## [3.0.5](https://github.com/logdna/logdna-winston/compare/v3.0.4...v3.0.5) (2021-04-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logdna-winston",
"version": "3.0.5",
"version": "4.0.0",
"description": "LogDNA's Node.js logging module with support for Winston",
"main": "index.js",
"files": [
Expand Down

0 comments on commit f708b30

Please sign in to comment.