Skip to content

Commit

Permalink
Version 3.1.7
Browse files Browse the repository at this point in the history
PR-URL: #192
  • Loading branch information
tshemsedinov committed Mar 17, 2022
1 parent 9b14224 commit 96b0691
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metalog",
"version": "3.1.6",
"version": "3.1.7",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Logger for Metarhia",
"license": "MIT",
Expand Down

0 comments on commit 96b0691

Please sign in to comment.