Skip to content

Commit

Permalink
Version 3.11.0
Browse files Browse the repository at this point in the history
PR-URL: metarhia#178
  • Loading branch information
tshemsedinov committed Jul 22, 2023
1 parent b492b80 commit 1826b95
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 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]

## [3.11.0][] - 2023-07-22

- New utilities: `serializeArguments`, `httpApiCall`, `trimLines`
- New fs utilities: `directoryExists`, `ensureDirectory`
- Added `toBool` for converting promises to boolean

## [3.10.0][] - 2023-06-30

- Implement DomainError
Expand Down Expand Up @@ -226,7 +232,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.10.0....HEAD
[unreleased]: https://github.com/metarhia/metautil/compare/v3.11.0....HEAD
[3.11.0]: https://github.com/metarhia/metautil/compare/v3.11.0...v3.10.0
[3.10.0]: https://github.com/metarhia/metautil/compare/v3.10.0...v3.9.1
[3.9.1]: https://github.com/metarhia/metautil/compare/v3.9.1...v3.9.0
[3.9.0]: https://github.com/metarhia/metautil/compare/v3.8.0...v3.9.0
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metautil",
"version": "3.10.0",
"version": "3.11.0",
"author": "Timur Shemsedinov <[email protected]>",
"license": "MIT",
"description": "Metarhia utilities",
Expand Down Expand Up @@ -38,7 +38,7 @@
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/.*rc\" \"**/*.ts\""
},
"devDependencies": {
"@types/node": "^20.4.2",
"@types/node": "^20.4.3",
"eslint": "^8.35.0",
"eslint-config-metarhia": "^8.2.1",
"eslint-config-prettier": "^8.6.0",
Expand Down

0 comments on commit 1826b95

Please sign in to comment.