Skip to content

Commit

Permalink
Version 4.0.0
Browse files Browse the repository at this point in the history
PR-URL: #201
  • Loading branch information
tshemsedinov committed Nov 17, 2023
1 parent c50053c commit 0af0525
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 75 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## [Unreleased][unreleased]

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

- Add browser support
- Change IPv4 representation in integer
- Implement `intToIp`
- Update dependencies and add node.js 21

## [3.15.0][] - 2023-10-21

- Add error.code ETIMEOUT for timeouts
Expand Down Expand Up @@ -253,7 +260,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.15.0....HEAD
[unreleased]: https://github.com/metarhia/metautil/compare/v4.0.0....HEAD
[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
[3.13.0]: https://github.com/metarhia/metautil/compare/v3.12.0...v3.13.0
Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
| ------- | ------------------ |
| 1.x | :x: |
| 2.x | :x: |
| 3.x | :white_check_mark: |
| 3.x | :x: |
| 4.x | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
127 changes: 59 additions & 68 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metautil",
"version": "3.15.0",
"version": "4.0.0",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"license": "MIT",
"description": "Metarhia utilities",
Expand Down Expand Up @@ -41,14 +41,14 @@
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/.*rc\" \"**/*.ts\""
},
"devDependencies": {
"@types/node": "^20.7.0",
"eslint": "^8.35.0",
"@types/node": "^20.9.1",
"eslint": "^8.53.0",
"eslint-config-metarhia": "^8.2.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.0",
"metatests": "^0.8.2",
"prettier": "^3.0.0",
"prettier": "^3.1.0",
"typescript": "^5.1.6"
}
}

0 comments on commit 0af0525

Please sign in to comment.