Skip to content

Commit

Permalink
Version 3.1.9
Browse files Browse the repository at this point in the history
PR-URL: #199
  • Loading branch information
tshemsedinov committed Jul 7, 2022
1 parent d3644b6 commit dc3657b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 18 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased][unreleased]

## [3.1.9][] - 2022-07-07

- Package maintenance

## [3.1.8][] - 2022-03-30

- Add support for json-only logs
Expand Down Expand Up @@ -68,7 +72,8 @@

First generation of Metarhia Logger

[unreleased]: https://github.com/metarhia/metalog/compare/v3.1.8...HEAD
[unreleased]: https://github.com/metarhia/metalog/compare/v3.1.9...HEAD
[3.1.9]: https://github.com/metarhia/metalog/compare/v3.1.8...v3.1.9
[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
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metalog",
"version": "3.1.8",
"version": "3.1.9",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Logger for Metarhia",
"license": "MIT",
Expand Down Expand Up @@ -52,12 +52,12 @@
"node": "14 || 16 || 18"
},
"dependencies": {
"concolor": "^1.0.2",
"concolor": "^1.0.3",
"metautil": "^3.5.21"
},
"devDependencies": {
"@types/node": "^18.0.0",
"eslint": "^8.11.0",
"@types/node": "^18.0.3",
"eslint": "^8.19.0",
"eslint-config-metarhia": "^8.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
Expand Down

0 comments on commit dc3657b

Please sign in to comment.