Skip to content

Commit

Permalink
Release 1.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 18, 2025
1 parent 8e5d986 commit fd9dd05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noble/hashes",
"version": "1.7.0",
"version": "1.7.1",
"exports": {
".": "./src/index.ts",
"./crypto": "./src/crypto.ts",
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": "@noble/hashes",
"version": "1.7.0",
"version": "1.7.1",
"description": "Audited & minimal 0-dependency JS implementation of SHA, RIPEMD, BLAKE, HMAC, HKDF, PBKDF & Scrypt",
"files": [
"/*.js",
Expand Down

0 comments on commit fd9dd05

Please sign in to comment.