Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
[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))
  • Loading branch information
semantic-release-bot committed Mar 13, 2024
1 parent 2a68056 commit 838e081
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.0](https://github.com/node-modules/utility/compare/v2.0.0...v2.1.0) (2024-03-13)


### Features

* try to use crypto.hash first ([#62](https://github.com/node-modules/utility/issues/62)) ([2a68056](https://github.com/node-modules/utility/commit/2a68056f7c39be6c9ec1cdc954f42a45e8a68dc3))

## [2.0.0](https://github.com/node-modules/utility/compare/v1.18.0...v2.0.0) (2024-01-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "utility",
"version": "2.0.0",
"version": "2.1.0",
"description": "A collection of useful utilities.",
"scripts": {
"lint": "eslint src test --ext ts",
Expand Down

0 comments on commit 838e081

Please sign in to comment.