Skip to content

Commit

Permalink
Version 3.1.14
Browse files Browse the repository at this point in the history
PR-URL: #238
  • Loading branch information
tshemsedinov committed Dec 10, 2023
1 parent 181427e commit 0776e87
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
4 changes: 3 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Mykola Bilochub <nbelochub@gmail.com>
Julia Gerasymenko <gerasymenko.j.ke@gmail.com>
Dmytro Nechai <nechaido@gmail.com>
Denys Otrishko <shishugi@gmail.com>
Timur Sevimli <svmlitimur+github@gmail.com>
Timur Sevimli <svmlitimur@gmail.com>
Dmitry Semigradsky <semigradskyd@gmail.com>
Eugene Lepeico <jnlepico@gmail.com>
Serhii Moskovko <cakedispensers@gmail.com>
Expand All @@ -14,3 +14,5 @@ Ivan Tymoshenko <ivan@tymoshenko.me>
Oleksandr Khodos <ax.khodos@gmail.com>
Nikita Machehin <nicitamac@gmail.com>
Roman Popov <1@rom4.ru>
Rohov Alex <rohov.alex@gmail.com>
Alexander Kuharenko <Sandrk27@gmail.com>
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## [Unreleased][unreleased]

## [3.1.14][] - 2023-12-10

- Moved to native node test runner
- Update dependencies
- Fix package file: url and formatting
- Update Guthub actions CI config and add nodejs 21 to CI
- Add "es2020" to eslint configuration

## [3.1.13][] - 2023-10-22

- Added flush logs on buffer size condition
- Added default params toFile, toStdout in constructor
- Drop node.js 16 and 19
- Update dependencies and convert lockfileVersion 2 to 3

## [3.1.12][] - 2023-07-13

- Use `isError` from metautil
Expand Down Expand Up @@ -89,7 +104,9 @@

First generation of Metarhia Logger

[unreleased]: https://github.com/metarhia/metalog/compare/v3.1.12...HEAD
[unreleased]: https://github.com/metarhia/metalog/compare/v3.1.14...HEAD
[3.1.14]: https://github.com/metarhia/metalog/compare/v3.1.13...v3.1.14
[3.1.13]: https://github.com/metarhia/metalog/compare/v3.1.12...v3.1.13
[3.1.12]: https://github.com/metarhia/metalog/compare/v3.1.11...v3.1.12
[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
Expand Down
4 changes: 2 additions & 2 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.13",
"version": "3.1.14",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Logger for Metarhia",
"license": "MIT",
Expand Down

0 comments on commit 0776e87

Please sign in to comment.