Skip to content

Commit

Permalink
Version 5.2.0
Browse files Browse the repository at this point in the history
PR-URL: #242
  • Loading branch information
tshemsedinov committed Dec 21, 2023
1 parent f5926f1 commit f5cf8a8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

## [Unreleased][unreleased]

## [5.2.0][] - 2023-12-20

- Added `defaults` to `Collector` options
- Collector: fix signel getter
- Collector: use `Signal.timeout` instead of `setTimeout`
- Collector: add `.signal: AbortSignal` and `abort()`

## [5.1.0][] - 2023-12-17

Expand Down Expand Up @@ -283,7 +288,8 @@
See this link for 2.2.0 and all previous versions:
https://github.com/metarhia/common/blob/master/CHANGELOG.md

[unreleased]: https://github.com/metarhia/metautil/compare/v5.1.0....HEAD
[unreleased]: https://github.com/metarhia/metautil/compare/v5.2.0....HEAD
[5.2.0]: https://github.com/metarhia/metautil/compare/v5.1.0...v5.2.0
[5.1.0]: https://github.com/metarhia/metautil/compare/v5.0.0...v5.1.0
[5.0.0]: https://github.com/metarhia/metautil/compare/v4.0.1...v5.0.0
[4.0.1]: https://github.com/metarhia/metautil/compare/v4.0.0...v4.0.1
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": "metautil",
"version": "5.1.0",
"version": "5.2.0",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"license": "MIT",
"description": "Metarhia utilities",
Expand Down

0 comments on commit f5cf8a8

Please sign in to comment.