From 9c7581ba879b2f1a39e1df01dd11cc5e65b2fd64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=A4=96=20NgWorker=20Bot?= <-> Date: Wed, 16 Aug 2023 18:09:52 +0000 Subject: [PATCH] =?UTF-8?q?release(ngworker-lumberjack):=20=F0=9F=8E=B8=20?= =?UTF-8?q?cut=20release=20to=2015.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ngworker/lumberjack/CHANGELOG.md | 8 ++++++++ packages/ngworker/lumberjack/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/ngworker/lumberjack/CHANGELOG.md b/packages/ngworker/lumberjack/CHANGELOG.md index fee9cc760..82cc4bc23 100644 --- a/packages/ngworker/lumberjack/CHANGELOG.md +++ b/packages/ngworker/lumberjack/CHANGELOG.md @@ -2,6 +2,14 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [15.0.2](https://github.com/ngworker/lumberjack/compare/v15.0.1...v15.0.2) (2023-08-16) + + +### Bug Fixes + +* add support for version 16 of Angular ([#171](https://github.com/ngworker/lumberjack/issues/171)) ([1b71853](https://github.com/ngworker/lumberjack/commit/1b718535b72196a845f4601c089ce5e318229b59)), closes [#170](https://github.com/ngworker/lumberjack/issues/170) +* pushing the tags and commits is necessary ([#173](https://github.com/ngworker/lumberjack/issues/173)) ([8ad9046](https://github.com/ngworker/lumberjack/commit/8ad904686b246d7cd02d47a100f7216393940981)) + ## [15.0.1](///compare/v15.0.0...v15.0.1) (2023-06-16) diff --git a/packages/ngworker/lumberjack/package.json b/packages/ngworker/lumberjack/package.json index bd43b346a..48ed620a2 100644 --- a/packages/ngworker/lumberjack/package.json +++ b/packages/ngworker/lumberjack/package.json @@ -1,6 +1,6 @@ { "name": "@ngworker/lumberjack", - "version": "15.0.1", + "version": "15.0.2", "description": "Lumberjack is a versatile Angular logging library, specifically designed to be extended and customized", "homepage": "https://ngworker.github.io/ngworker/lumberjack/", "license": "MIT",