Skip to content

Commit

Permalink
Version 3.1.11
Browse files Browse the repository at this point in the history
PR-URL: #222
  • Loading branch information
tshemsedinov committed May 1, 2023
1 parent 614414c commit 634d8b2
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 35 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.11][] - 2023-05-01

- Drop node.js 14 support, add node.js 20
- Convert package_lock.json to lockfileVersion 2
- Update dependencies

## [3.1.10][] - 2023-03-13

- Update dependencies and fix security issues
Expand Down Expand Up @@ -77,7 +83,8 @@

First generation of Metarhia Logger

[unreleased]: https://github.com/metarhia/metalog/compare/v3.1.10...HEAD
[unreleased]: https://github.com/metarhia/metalog/compare/v3.1.11...HEAD
[3.1.11]: https://github.com/metarhia/metalog/compare/v3.1.10...v3.1.11
[3.1.10]: https://github.com/metarhia/metalog/compare/v3.1.9...v3.1.10
[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
Expand Down
62 changes: 31 additions & 31 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metalog",
"version": "3.1.10",
"version": "3.1.11",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Logger for Metarhia",
"license": "MIT",
Expand Down Expand Up @@ -49,8 +49,8 @@
"node": "16 || 18 || 19 || 20"
},
"dependencies": {
"concolor": "^1.0.5",
"metautil": "^3.7.1"
"concolor": "^1.0.6",
"metautil": "^3.7.2"
},
"devDependencies": {
"@types/node": "^18.16.1",
Expand Down

0 comments on commit 634d8b2

Please sign in to comment.