From f5cf8a8aad90cae5b005da08df2ffef7bf5ea714 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Wed, 20 Dec 2023 22:26:05 +0200 Subject: [PATCH] Version 5.2.0 PR-URL: https://github.com/metarhia/metautil/pull/242 --- CHANGELOG.md | 8 +++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b804496..8c41cf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package-lock.json b/package-lock.json index b90451c..7830603 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "metautil", - "version": "5.1.0", + "version": "5.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "metautil", - "version": "5.1.0", + "version": "5.2.0", "license": "MIT", "devDependencies": { "@types/node": "^20.10.4", diff --git a/package.json b/package.json index c935074..60e8f5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metautil", - "version": "5.1.0", + "version": "5.2.0", "author": "Timur Shemsedinov ", "license": "MIT", "description": "Metarhia utilities",