From 7c7c835e53d80ed7465ec75a4abacb4955addfe6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 5 Nov 2020 09:26:57 +0000 Subject: [PATCH] chore(release): 4.2.1 [skip ci] ## [4.2.1](https://github.com/Enigmatis/polaris-logs/compare/v4.2.0...v4.2.1) (2020-11-05) ### Reverts * Revert "BREAKING CHANGE: updated and added new log properties (#81)" (#82) ([a16cf8c](https://github.com/Enigmatis/polaris-logs/commit/a16cf8c29b40de16e5f5a50a203fdba1b0459d07)), closes [#81](https://github.com/Enigmatis/polaris-logs/issues/81) [#82](https://github.com/Enigmatis/polaris-logs/issues/82) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a40466e..599357b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.2.1](https://github.com/Enigmatis/polaris-logs/compare/v4.2.0...v4.2.1) (2020-11-05) + + +### Reverts + +* Revert "BREAKING CHANGE: updated and added new log properties (#81)" (#82) ([a16cf8c](https://github.com/Enigmatis/polaris-logs/commit/a16cf8c29b40de16e5f5a50a203fdba1b0459d07)), closes [#81](https://github.com/Enigmatis/polaris-logs/issues/81) [#82](https://github.com/Enigmatis/polaris-logs/issues/82) + # [4.2.0](https://github.com/Enigmatis/polaris-logs/compare/v4.1.1...v4.2.0) (2020-09-06) diff --git a/package-lock.json b/package-lock.json index bd9ad80..243f9cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris-logs", - "version": "4.2.0", + "version": "4.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a75e23c..119a998 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris-logs", - "version": "4.2.0", + "version": "4.2.1", "description": "A logging library", "main": "dist/src/main.js", "types": "dist/src/main.d.ts",