Skip to content

Commit

Permalink
chore: release package(s) (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 28, 2024
1 parent 1d67e1f commit 8fa956a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/bright-trees-rush.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# loglayer

## 4.4.0

### Minor Changes

- [#33](https://github.com/theogravity/loglayer/pull/33) [`1d67e1f`](https://github.com/theogravity/loglayer/commit/1d67e1f23a013d7ef131419ded26a0e7ca7e766e) Thanks [@theogravity](https://github.com/theogravity)! - Fix ILogLayer return types

`ILogLayer#withPrefix()` and `ILogLayer#withChild()` were of the incorrect return type.

Changed to `ILogLayer<ExternalLogger, ErrorType>`.

## 4.3.3

### 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.3.3",
"version": "4.4.0",
"description": "Standardizes logging across multiple logging libraries, providing a consistent way to specify context, metadata, and errors.",
"files": [
"dist"
Expand Down

0 comments on commit 8fa956a

Please sign in to comment.