From f708b307aebcd3d78d980abbe819ccdee749a272 Mon Sep 17 00:00:00 2001 From: LogDNA Bot Date: Fri, 17 Sep 2021 14:16:57 +0000 Subject: [PATCH] release: 2021-09-17, Version 4.0.0 [skip ci] --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c8064..0d03c40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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**: eslint-config-logdna@5.1.0 [1313046](https://github.com/logdna/logdna-winston/commit/1313046c9285294761c131c4ffe34f4e80c7194f) - Darin Spivey +* **deps**: eslint@7.32.0 [12f2235](https://github.com/logdna/logdna-winston/commit/12f22352b8eab571de5006f2a76131ac4f8ffb20) - Darin Spivey +* **deps**: semantic-release-config-logdna@1.3.0 [500705c](https://github.com/logdna/logdna-winston/commit/500705c2e6b9d3bc21be422684eefd2dd81fb9a1) - Darin Spivey +* **deps**: semantic-release@17.4.7 [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) diff --git a/package.json b/package.json index c3cbd62..e4bb12a 100644 --- a/package.json +++ b/package.json @@ -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": [