Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 3.5.2 #39

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Denys Otrishko <[email protected]>
Julia Gerasymenko <[email protected]>
Nikita Machehin <[email protected]>
Diana Boloteniuk <[email protected]>
Oleg Vantkovsky <[email protected]>
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][unreleased]

## [3.5.2][] - 2021-04-20

- Semaphore bug: remove promise from queue on timeout
- Improve typings: use object as dictionary, import without require

Expand Down Expand Up @@ -52,7 +54,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/v3.5.1...HEAD
[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.2...HEAD
[3.5.2]: https://github.com/metarhia/metautil/compare/v3.5.1...v3.5.2
[3.5.1]: https://github.com/metarhia/metautil/compare/v3.5.0...v3.5.1
[3.5.0]: https://github.com/metarhia/metautil/compare/v3.4.0...v3.5.0
[3.4.0]: https://github.com/metarhia/metautil/compare/v3.3.0...v3.4.0
Expand Down
4 changes: 3 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
| 3.0.x | :x: |
| 3.1.x | :x: |
| 3.2.x | :x: |
| 3.3.x | :white_check_mark: |
| 3.3.x | :x: |
| 3.4.x | :x: |
| 3.5.x | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
Loading