Skip to content

Commit

Permalink
Version 3.4.0
Browse files Browse the repository at this point in the history
PR-URL: #29
  • Loading branch information
tshemsedinov committed Feb 21, 2021
1 parent 5095b0d commit 516afec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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.4.0][] - 2021-02-21

- Implement simple polyfill for AbortController
- Support AbortController in `await timeout`

Expand Down Expand Up @@ -37,7 +39,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.3.0...HEAD
[unreleased]: https://github.com/metarhia/metautil/compare/v3.4.0...HEAD
[3.4.0]: https://github.com/metarhia/metautil/compare/v3.3.0...v3.4.0
[3.3.0]: https://github.com/metarhia/metautil/compare/v3.2.0...v3.3.0
[3.2.0]: https://github.com/metarhia/metautil/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/metarhia/metautil/compare/v3.0.1...v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion 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": "3.3.0",
"version": "3.4.0",
"author": "Timur Shemsedinov <[email protected]>",
"license": "MIT",
"description": "Metarhia utilities",
Expand Down

0 comments on commit 516afec

Please sign in to comment.