Skip to content

Commit

Permalink
chore: release package(s) (#16)
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 4, 2024
1 parent 412e115 commit 43b7ab7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .changeset/fast-moons-fail.md

This file was deleted.

14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# loglayer

## 4.1.0

### Minor Changes

- [#15](https://github.com/theogravity/loglayer/pull/15) [`c583c94`](https://github.com/theogravity/loglayer/commit/c583c944f484df20be4796f77e517ed8aa48a0bf) Thanks [@theogravity](https://github.com/theogravity)! - Adds an optional `id` field to plugins and the ability to manage plugins.

The following methods have been added:

- `LogLayer#removePlugin(id: string)`
- `LogLayer#enablePlugin(id: string)`
- `LogLayer#disablePlugin(id: string)`

## 4.0.0

### Major Changes
Expand Down Expand Up @@ -52,7 +64,7 @@
];
}
```

Type changes:

- `LogLayerHooksConfig` -> `LogLayerPlugin`
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.0.0",
"version": "4.1.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 43b7ab7

Please sign in to comment.