From c5a71e64a698ed7963351fee777b9996dae5ad69 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 May 2024 01:13:23 +0000 Subject: [PATCH] chore: release package(s) --- .changeset/nice-cheetahs-fail.md | 7 ------- .changeset/shiny-teachers-rule.md | 7 ------- .changeset/tall-suits-lie.md | 10 ---------- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 5 files changed, 20 insertions(+), 25 deletions(-) delete mode 100644 .changeset/nice-cheetahs-fail.md delete mode 100644 .changeset/shiny-teachers-rule.md delete mode 100644 .changeset/tall-suits-lie.md diff --git a/.changeset/nice-cheetahs-fail.md b/.changeset/nice-cheetahs-fail.md deleted file mode 100644 index ec88a47..0000000 --- a/.changeset/nice-cheetahs-fail.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"loglayer": minor ---- - -Add [`signale`](https://github.com/klaudiosinani/signale) support - -See README.md for more details. diff --git a/.changeset/shiny-teachers-rule.md b/.changeset/shiny-teachers-rule.md deleted file mode 100644 index 94fa8bd..0000000 --- a/.changeset/shiny-teachers-rule.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"loglayer": minor ---- - -Add [`log4js-node`](https://github.com/log4js-node/log4js-node) support - -See README.md for more details. \ No newline at end of file diff --git a/.changeset/tall-suits-lie.md b/.changeset/tall-suits-lie.md deleted file mode 100644 index a5ee9f3..0000000 --- a/.changeset/tall-suits-lie.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"loglayer": minor ---- - -Add `fatal` log level support - -- Adds the `fatal()` method in `loglayer` to write to a `fatal` -log level. - * Any logging libraries that do not support `fatal` level will - be written as an `error` level instead. diff --git a/CHANGELOG.md b/CHANGELOG.md index b712267..9b115cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # loglayer +## 4.2.0 + +### Minor Changes + +- [#23](https://github.com/theogravity/loglayer/pull/23) [`e6323b7`](https://github.com/theogravity/loglayer/commit/e6323b7f182375aa28ee463556a893197c487af8) Thanks [@theogravity](https://github.com/theogravity)! - Add [`signale`](https://github.com/klaudiosinani/signale) support + + See README.md for more details. + +- [#20](https://github.com/theogravity/loglayer/pull/20) [`c3b5468`](https://github.com/theogravity/loglayer/commit/c3b5468f961e89ccf1c3ac673d17ae5ef2905fa5) Thanks [@theogravity](https://github.com/theogravity)! - Add [`log4js-node`](https://github.com/log4js-node/log4js-node) support + + See README.md for more details. + +- [#22](https://github.com/theogravity/loglayer/pull/22) [`2dfe830`](https://github.com/theogravity/loglayer/commit/2dfe830170b55ffdaaa1783a056ae6c08280187a) Thanks [@theogravity](https://github.com/theogravity)! - Add `fatal` log level support + + - Adds the `fatal()` method in `loglayer` to write to a `fatal` + log level. + - Any logging libraries that do not support `fatal` level will + be written as an `error` level instead. + ## 4.1.1 ### Patch Changes diff --git a/package.json b/package.json index 5b5e36b..933fb62 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loglayer", - "version": "4.1.1", + "version": "4.2.0", "description": "A abstraction / wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.", "files": [ "dist"