Skip to content

Commit

Permalink
Version 4.0.1
Browse files Browse the repository at this point in the history
PR-URL: #205
  • Loading branch information
tshemsedinov committed Nov 18, 2023
1 parent 3b17d85 commit 223a067
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 14 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased][unreleased]

## [4.0.1][] - 2023-11-18

- Fix package: add `dist.js`
- Fix browser support: change `global` to `globalThis`
- Deprecate `fetch` polyfill

## [4.0.0][] - 2023-11-17

- Add browser support
Expand Down Expand Up @@ -260,7 +266,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/v4.0.0....HEAD
[unreleased]: https://github.com/metarhia/metautil/compare/v4.0.1....HEAD
[4.0.1]: https://github.com/metarhia/metautil/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/metarhia/metautil/compare/v3.15.0...v4.0.0
[3.15.0]: https://github.com/metarhia/metautil/compare/v3.14.0...v3.15.0
[3.14.0]: https://github.com/metarhia/metautil/compare/v3.13.0...v3.14.0
Expand Down
24 changes: 12 additions & 12 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": "4.0.0",
"version": "4.0.1",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"license": "MIT",
"description": "Metarhia utilities",
Expand Down

0 comments on commit 223a067

Please sign in to comment.