Skip to content

Commit

Permalink
chore: release package(s) (#28)
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] authored May 8, 2024
1 parent 74756da commit 8c83476
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/polite-lions-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-bugs-whisper.md

This file was deleted.

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

## 4.3.0

### Minor Changes

- [`74756da`](https://github.com/theogravity/loglayer/commit/74756da219c8efaf06636c09255d613080df68e6) Thanks [@theogravity](https://github.com/theogravity)! - Add `onMetadataCalled()` plugin callback to hook into `withMetadata()` and `metadataOnly()` calls.

See the README section on `intercept metadata calls` for usage details.

### Patch Changes

- [#27](https://github.com/theogravity/loglayer/pull/27) [`a6fb176`](https://github.com/theogravity/loglayer/commit/a6fb1768b9ac28900a09f4097aac47c4465ec7b9) Thanks [@theogravity](https://github.com/theogravity)! - Refactor `PluginManager` for performance improvements.

## 4.2.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.2.1",
"version": "4.3.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 8c83476

Please sign in to comment.