Skip to content

Commit 838e081

Browse files
Release 2.1.0
[skip ci] ## [2.1.0](v2.0.0...v2.1.0) (2024-03-13) ### Features * try to use crypto.hash first ([#62](#62)) ([2a68056](2a68056))
1 parent 2a68056 commit 838e081

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/node-modules/utility/compare/v2.0.0...v2.1.0) (2024-03-13)
4+
5+
6+
### Features
7+
8+
* try to use crypto.hash first ([#62](https://github.com/node-modules/utility/issues/62)) ([2a68056](https://github.com/node-modules/utility/commit/2a68056f7c39be6c9ec1cdc954f42a45e8a68dc3))
9+
310
## [2.0.0](https://github.com/node-modules/utility/compare/v1.18.0...v2.0.0) (2024-01-13)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "utility",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "A collection of useful utilities.",
55
"scripts": {
66
"lint": "eslint src test --ext ts",

0 commit comments

Comments
 (0)