Skip to content

Commit

Permalink
Version 3.1.8
Browse files Browse the repository at this point in the history
PR-URL: #196
  • Loading branch information
tshemsedinov committed Mar 30, 2022
1 parent 330ca2b commit c96e5d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 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.8][] - 2022-03-30

- Add support for json-only logs

## [3.1.7][] - 2022-03-17
Expand Down Expand Up @@ -66,7 +68,8 @@

First generation of Metarhia Logger

[unreleased]: https://github.com/metarhia/metalog/compare/v3.1.7...HEAD
[unreleased]: https://github.com/metarhia/metalog/compare/v3.1.8...HEAD
[3.1.8]: https://github.com/metarhia/metalog/compare/v3.1.7...v3.1.8
[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
Expand Down
8 changes: 4 additions & 4 deletions 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.7",
"version": "3.1.8",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Logger for Metarhia",
"license": "MIT",
Expand Down

0 comments on commit c96e5d8

Please sign in to comment.