Skip to content

Commit

Permalink
Version 3.1.6
Browse files Browse the repository at this point in the history
PR-URL: #187
  • Loading branch information
tshemsedinov committed Dec 7, 2021
1 parent f772d70 commit 47cc4bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][unreleased]

## [3.1.6][] - 2021-12-08

- Fix typings
- Remove useless code from tests
- Fix unlink file bug
Expand Down Expand Up @@ -56,7 +58,8 @@

First generation of Metarhia Logger

[unreleased]: https://github.com/metarhia/metalog/compare/v3.1.5...HEAD
[unreleased]: https://github.com/metarhia/metalog/compare/v3.1.6...HEAD
[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
[3.1.3]: https://github.com/metarhia/metalog/compare/v3.1.2...v3.1.3
Expand Down
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.5",
"version": "3.1.6",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Logger for Metarhia",
"license": "MIT",
Expand Down

0 comments on commit 47cc4bc

Please sign in to comment.