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",