diff --git a/packages/ngworker/lumberjack/CHANGELOG.md b/packages/ngworker/lumberjack/CHANGELOG.md index d38f694b6..fd112b3ee 100644 --- a/packages/ngworker/lumberjack/CHANGELOG.md +++ b/packages/ngworker/lumberjack/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog -All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). + +## [15.0.0](///compare/v14.0.0...v15.0.0) (2023-06-12) + + +### Features + +* 139 use provide and with factory functions ([#144](undefined/undefined/undefined/issues/144)) 8e11027, closes #139 +* migrate to nx (15.3.0) and angular 15 ([#147](undefined/undefined/undefined/issues/147)) b69d069 + + +### Bug Fixes + +* priotize github deploy 9df215b +* sonar cloud smells ([#155](undefined/undefined/undefined/issues/155)) ec17277 +* sonar smells ([#157](undefined/undefined/undefined/issues/157)) fd2fe80 ## [14.0.0](https://github.com/ngworker/lumberjack/compare/v2.0.3...v14.0.0) (2022-10-26) diff --git a/packages/ngworker/lumberjack/package.json b/packages/ngworker/lumberjack/package.json index aa1501b18..8fdab3b71 100644 --- a/packages/ngworker/lumberjack/package.json +++ b/packages/ngworker/lumberjack/package.json @@ -1,6 +1,6 @@ { "name": "@ngworker/lumberjack", - "version": "14.0.0", + "version": "15.0.0", "description": "Lumberjack is a versatile Angular logging library, specifically designed to be extended and customized", "homepage": "https://ngworker.github.io/ngworker/lumberjack/", "license": "MIT",