From 96b06918002ce8bbedb13fdc44a12d03d936cd1f Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Thu, 17 Mar 2022 18:39:00 +0200 Subject: [PATCH] Version 3.1.7 PR-URL: https://github.com/metarhia/metalog/pull/192 --- CHANGELOG.md | 9 ++++++++- LICENSE | 2 +- README.md | 3 +-- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ce4c28..8a74e8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased][unreleased] +## [3.1.7][] - 2022-03-17 + +- Fix unlink empty files +- Improve error handling +- Update dependencies and package maintenance + ## [3.1.6][] - 2021-12-08 - Fix typings @@ -58,7 +64,8 @@ First generation of Metarhia Logger -[unreleased]: https://github.com/metarhia/metalog/compare/v3.1.6...HEAD +[unreleased]: https://github.com/metarhia/metalog/compare/v3.1.7...HEAD +[3.1.7]: https://github.com/metarhia/metalog/compare/v3.1.6...v3.1.7 [3.1.6]: https://github.com/metarhia/metalog/compare/v3.1.5...v3.1.6 [3.1.5]: https://github.com/metarhia/metalog/compare/v3.1.4...v3.1.5 [3.1.4]: https://github.com/metarhia/metalog/compare/v3.1.3...v3.1.4 diff --git a/LICENSE b/LICENSE index d7c9fce..b0ba78f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017-2021 Metarhia +Copyright (c) 2017-2022 Metarhia Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index b48a120..a11044a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Meta Logger for Metarhia [![ci status](https://github.com/metarhia/metalog/workflows/Testing%20CI/badge.svg)](https://github.com/metarhia/metalog/actions?query=workflow%3A%22Testing+CI%22+branch%3Amaster) -[![codacy](https://api.codacy.com/project/badge/Grade/7aaad5ed17c74634855fa6202a03a56e)](https://www.codacy.com/app/metarhia/metalog) [![snyk](https://snyk.io/test/github/metarhia/impress/badge.svg)](https://snyk.io/test/github/metarhia/impress) [![npm version](https://img.shields.io/npm/v/metalog.svg?style=flat)](https://www.npmjs.com/package/metalog) [![npm downloads/month](https://img.shields.io/npm/dm/metalog.svg)](https://www.npmjs.com/package/metalog) @@ -31,6 +30,6 @@ await logger.close(); ## License & Contributors -Copyright (c) 2017-2021 [Metarhia contributors](https://github.com/metarhia/metalog/graphs/contributors). +Copyright (c) 2017-2022 [Metarhia contributors](https://github.com/metarhia/metalog/graphs/contributors). Metalog is [MIT licensed](./LICENSE).\ Metalog is a part of [Metarhia](https://github.com/metarhia) technology stack. diff --git a/package-lock.json b/package-lock.json index d7f6541..dd6c211 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "metalog", - "version": "3.1.6", + "version": "3.1.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f2d971c..1d4f013 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metalog", - "version": "3.1.6", + "version": "3.1.7", "author": "Timur Shemsedinov ", "description": "Logger for Metarhia", "license": "MIT",