From 4f6122117a706f48fc4c8a799c66fa0d1e4f7b57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 11:29:02 -0700 Subject: [PATCH] chore: release package(s) (#30) Co-authored-by: github-actions[bot] --- .changeset/chilly-peas-sneeze.md | 10 ---------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 .changeset/chilly-peas-sneeze.md diff --git a/.changeset/chilly-peas-sneeze.md b/.changeset/chilly-peas-sneeze.md deleted file mode 100644 index 219ed1c..0000000 --- a/.changeset/chilly-peas-sneeze.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"loglayer": patch ---- - -Fixes child logger not inheriting plugins. - -Before plugins, hooks were copied to the child logger, so this fix makes the behavior consistent with prior behavior. - -The README for child loggers has been updated -to include that plugins are now inherited. diff --git a/CHANGELOG.md b/CHANGELOG.md index 788e118..b896d5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # loglayer +## 4.3.1 + +### Patch Changes + +- [#29](https://github.com/theogravity/loglayer/pull/29) [`0d5a9c7`](https://github.com/theogravity/loglayer/commit/0d5a9c77fd4ed02314285f69d6ab07affb1bbd15) Thanks [@theogravity](https://github.com/theogravity)! - Fixes child logger not inheriting plugins. + + Before plugins, hooks were copied to the child logger, so this fix makes the behavior consistent with prior behavior. + + The README for child loggers has been updated + to include that plugins are now inherited. + ## 4.3.0 ### Minor Changes diff --git a/package.json b/package.json index 881ee76..fb78567 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loglayer", - "version": "4.3.0", + "version": "4.3.1", "description": "A abstraction / wrapper around logging libraries to provide a consistent way to specify context, metadata, and errors.", "files": [ "dist"