From 0a3ad8d2b8d8e8b89baea947569ffdfa2a19c298 Mon Sep 17 00:00:00 2001 From: Qortex Date: Tue, 23 Feb 2021 09:32:56 +0100 Subject: [PATCH] Bump to version 4.2.1 --- CHANGELOG.md | 8 ++++++-- README.MD => README.md | 0 package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) rename README.MD => README.md (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7edf07f..01c116e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - Merged features waiting to be published in upcoming version -- [in progress] Fix for sourcemap parsing in Firefox [#227](https://github.com/dbfannin/ngx-logger/pull/227) -- [in progress] Fix for logging complex structures (circular) without introducing a new dependency [#223](https://github.com/dbfannin/ngx-logger/pull/223) +## [4.2.1] - 2021-02-23 + +### Fixed + +- Fix for sourcemap parsing in Firefox [#227](https://github.com/dbfannin/ngx-logger/pull/227). Thanks [@bmtheo](https://github.com/bmtheo) +- Fix for logging complex structures (circular) without introducing a new dependency [#223](https://github.com/dbfannin/ngx-logger/pull/223). Thanks [@bmtheo](https://github.com/bmtheo) ## [4.2.0] - 2021-02-22 diff --git a/README.MD b/README.md similarity index 100% rename from README.MD rename to README.md diff --git a/package.json b/package.json index 2fd5002..aba1f4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-logger", - "version": "4.2.0", + "version": "4.2.1", "license": "MIT", "scripts": { "ng": "ng",