From 02c62edfaec4a463799e68003260f376a5da42bc Mon Sep 17 00:00:00 2001 From: WBT Date: Mon, 6 Feb 2023 17:19:40 -0500 Subject: [PATCH] 2.5.0 release --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 420f35f..84dd5b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # CHANGELOG +### [2.5.0](https://github.com/winstonjs/logform/compare/v2.4.2...v2.5.0) +**2023/02/06** +## Improvements +All the improvements in this release are from first-time contributors - thanks for your contributions! +* Feature - optionally include Error.cause property by @davidnbooth in https://github.com/winstonjs/logform/pull/226 +* Add triple beam properties to types by @robinpokorny in https://github.com/winstonjs/logform/pull/194 +* TransformableInfo should support symbols as keys by @dancrumb in https://github.com/winstonjs/logform/pull/240 + +## Dependency updates by @dependabot +* Bump @babel/cli from 7.18.6 to 7.19.3 by @dependabot in https://github.com/winstonjs/logform/pull/214 +* Bump @babel/core from 7.18.6 to 7.20.12 by @dependabot in https://github.com/winstonjs/logform/pull/212 +and https://github.com/winstonjs/logform/pull/237 +* Bump @babel/preset-env from 7.18.6 to 7.20.2 by @dependabot in https://github.com/winstonjs/logform/pull/217 +and https://github.com/winstonjs/logform/pull/225 +* Bump eslint from 8.19.0 to 8.33.0 by @dependabot in https://github.com/winstonjs/logform/pull/215 +and https://github.com/winstonjs/logform/pull/241 +* Bump mocha from 10.0.0 to 10.2.0 by @dependabot in https://github.com/winstonjs/logform/pull/218 +and https://github.com/winstonjs/logform/pull/232 +* Bump safe-stable-stringify from 2.3.1 to 2.4.2 by @dependabot in https://github.com/winstonjs/logform/pull/206 +and https://github.com/winstonjs/logform/pull/235 + ### [2.4.2](https://github.com/winstonjs/logform/compare/v2.4.1...v2.4.2) **2022/07/05** ## Bugfixes diff --git a/package-lock.json b/package-lock.json index 8f42fc5..d8d6903 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "logform", - "version": "2.4.2", + "version": "2.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "logform", - "version": "2.4.2", + "version": "2.5.0", "license": "MIT", "dependencies": { "@colors/colors": "1.5.0", diff --git a/package.json b/package.json index a4092c3..4946652 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logform", - "version": "2.4.2", + "version": "2.5.0", "description": "An mutable object-based log format designed for chaining & objectMode streams.", "main": "index.js", "browser": "dist/browser.js",