From 0ec04a79d259b10ab0b37d88bfa87ce5a683a06e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=A4=96=20NgWorker=20Bot?= <-> Date: Thu, 28 Nov 2024 05:21:26 +0000 Subject: [PATCH] =?UTF-8?q?release($ngworker-lumberjack):=20=F0=9F=8E=B8?= =?UTF-8?q?=20cut=20release=20to=2019.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ngworker/lumberjack/CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages/ngworker/lumberjack/CHANGELOG.md b/packages/ngworker/lumberjack/CHANGELOG.md index 0da32dea..fdbae194 100644 --- a/packages/ngworker/lumberjack/CHANGELOG.md +++ b/packages/ngworker/lumberjack/CHANGELOG.md @@ -2,6 +2,19 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [19.0.0](https://github.com/ngworker/lumberjack/compare/v18.0.0...v19.0.0) (2024-11-28) + + +### ⚠ BREAKING CHANGES + +* remove deprecated enum levels (#216) +* update to the latest nx (#215) + +### Features + +* remove deprecated enum levels ([#216](https://github.com/ngworker/lumberjack/issues/216)) ([60cf185](https://github.com/ngworker/lumberjack/commit/60cf185c35e15246298380e0cbe71466c0f186b7)) +* update to the latest nx ([#215](https://github.com/ngworker/lumberjack/issues/215)) ([762206f](https://github.com/ngworker/lumberjack/commit/762206fbe948d2a6479573b96b01f32e1c9146d7)), closes [#213](https://github.com/ngworker/lumberjack/issues/213) + ## [18.0.0](https://github.com/ngworker/lumberjack/compare/v17.0.1...v18.0.0) (2024-07-14)