From b84f7fd4d8772ae2bf6ca4631b51f9c78144597e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=A4=96=20NgWorker=20Bot?= <-> Date: Wed, 31 Jan 2024 12:18:42 +0000 Subject: [PATCH] =?UTF-8?q?release($ngworker-lumberjack):=20=F0=9F=8E=B8?= =?UTF-8?q?=20cut=20release=20to=2017.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ngworker/lumberjack/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/ngworker/lumberjack/package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/packages/ngworker/lumberjack/CHANGELOG.md b/packages/ngworker/lumberjack/CHANGELOG.md index fbf38b34..622b7f3f 100644 --- a/packages/ngworker/lumberjack/CHANGELOG.md +++ b/packages/ngworker/lumberjack/CHANGELOG.md @@ -2,6 +2,28 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [17.0.0](https://github.com/ngworker/lumberjack/compare/v16.0.0...v17.0.0) (2024-01-31) + + +### ⚠ BREAKING CHANGES + +* upgrade to angular 17 and nx 17.2 (#203) +* add support for string literals and deprecate enums (#199) + +### Features + +* add support for string literals and deprecate enums ([#199](https://github.com/ngworker/lumberjack/issues/199)) ([e4016fc](https://github.com/ngworker/lumberjack/commit/e4016fcdeb6a05e0d211fbc2b2ef99a6e958a8ce)), closes [#192](https://github.com/ngworker/lumberjack/issues/192) + + +### Bug Fixes + +* lumberjack, angular peer dependency versions ([#202](https://github.com/ngworker/lumberjack/issues/202)) ([52ebcb7](https://github.com/ngworker/lumberjack/commit/52ebcb725819818b70b131f49a9faaf4acbbf74f)) + + +### Miscellaneous Chores + +* upgrade to angular 17 and nx 17.2 ([#203](https://github.com/ngworker/lumberjack/issues/203)) ([6d75549](https://github.com/ngworker/lumberjack/commit/6d75549f35bf10205f092bc3f4de6f62a97d475e)) + ## [16.0.0](https://github.com/ngworker/lumberjack/compare/v15.0.5...v16.0.0) (2024-01-20) diff --git a/packages/ngworker/lumberjack/package.json b/packages/ngworker/lumberjack/package.json index 7f3b384e..e9975dd7 100644 --- a/packages/ngworker/lumberjack/package.json +++ b/packages/ngworker/lumberjack/package.json @@ -1,6 +1,6 @@ { "name": "@ngworker/lumberjack", - "version": "16.0.0", + "version": "17.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",