diff --git a/.changeset/fast-moons-fail.md b/.changeset/fast-moons-fail.md deleted file mode 100644 index e74dd57..0000000 --- a/.changeset/fast-moons-fail.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"loglayer": minor ---- - -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)` diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a5ebb7..9879893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -52,7 +64,7 @@ ]; } ``` - + Type changes: - `LogLayerHooksConfig` -> `LogLayerPlugin` diff --git a/package.json b/package.json index 64db769..9ed2835 100755 --- a/package.json +++ b/package.json @@ -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"