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/.changeset/warm-trains-live.md b/.changeset/warm-trains-live.md deleted file mode 100644 index c546222..0000000 --- a/.changeset/warm-trains-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"loglayer": minor ---- - -Add consola support diff --git a/CHANGELOG.md b/CHANGELOG.md index b712267..69c70d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # 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. + +- [#24](https://github.com/theogravity/loglayer/pull/24) [`f989f15`](https://github.com/theogravity/loglayer/commit/f989f15d8ead2a8bf1e8ff5b6f0b4e810744fad6) Thanks [@theogravity](https://github.com/theogravity)! - Add consola support + ## 4.1.1 ### Patch Changes diff --git a/package.json b/package.json index 3bd3936..e1baf79 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"