Skip to content

Commit

Permalink
chore: release package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 6, 2024
1 parent f989f15 commit 0bd496d
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 30 deletions.
7 changes: 0 additions & 7 deletions .changeset/nice-cheetahs-fail.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/shiny-teachers-rule.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/tall-suits-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-trains-live.md

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "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"
Expand Down

0 comments on commit 0bd496d

Please sign in to comment.