From b99914289d5f767dbc3836d74c7b5cf56ac7024f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=A4=96=20NgWorker=20Bot?= <-> Date: Wed, 16 Aug 2023 19:04:39 +0000 Subject: [PATCH] =?UTF-8?q?release(ngworker-lumberjack):=20=F0=9F=8E=B8=20?= =?UTF-8?q?cut=20release=20to=2015.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ngworker/lumberjack/CHANGELOG.md | 7 +++++++ packages/ngworker/lumberjack/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/ngworker/lumberjack/CHANGELOG.md b/packages/ngworker/lumberjack/CHANGELOG.md index 623fc3983..66a5bfbac 100644 --- a/packages/ngworker/lumberjack/CHANGELOG.md +++ b/packages/ngworker/lumberjack/CHANGELOG.md @@ -2,6 +2,13 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [15.0.4](https://github.com/ngworker/lumberjack/compare/v15.0.3...v15.0.4) (2023-08-16) + + +### Bug Fixes + +* make rxjs version dynamic to support newest versions of Angular ([#175](https://github.com/ngworker/lumberjack/issues/175)) ([177a7e3](https://github.com/ngworker/lumberjack/commit/177a7e3278356192d71b67938259433f54c0543f)) + ## [15.0.3](https://github.com/ngworker/lumberjack/compare/v15.0.2...v15.0.3) (2023-08-16) diff --git a/packages/ngworker/lumberjack/package.json b/packages/ngworker/lumberjack/package.json index 8f554f66a..c76a7f6a1 100644 --- a/packages/ngworker/lumberjack/package.json +++ b/packages/ngworker/lumberjack/package.json @@ -1,6 +1,6 @@ { "name": "@ngworker/lumberjack", - "version": "15.0.3", + "version": "15.0.4", "description": "Lumberjack is a versatile Angular logging library, specifically designed to be extended and customized", "homepage": "https://ngworker.github.io/ngworker/lumberjack/", "license": "MIT",