From fc7d2f8c1bf719d428081444b36a13f62b28f797 Mon Sep 17 00:00:00 2001 From: davidgeary Date: Mon, 4 Nov 2024 13:51:23 +0000 Subject: [PATCH] NPM package version updated to 18.0.2 --- package.json | 4 ++-- projects/log4ngx/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a97278f..77ffec3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "log4ngx", - "version": "18.0.1", + "version": "18.0.2", "description": "A Typescript logging framework for Angular projects", "author": "David Geary ", "license": "MIT", @@ -67,4 +67,4 @@ "typescript": "~5.4.5", "typescript-eslint": "^8.4.0" } -} +} \ No newline at end of file diff --git a/projects/log4ngx/package.json b/projects/log4ngx/package.json index e6a29c1..619308a 100644 --- a/projects/log4ngx/package.json +++ b/projects/log4ngx/package.json @@ -1,6 +1,6 @@ { "name": "log4ngx", - "version": "18.0.1", + "version": "18.0.2", "description": "A Typescript logging framework for Angular projects", "author": "David Geary ", "license": "MIT",