Skip to content

Commit

Permalink
Updated for release futoin-hkdf 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andvgal committed May 27, 2022
1 parent 87f9876 commit e95bd97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== (next) ===
=== 1.5.1 (2022-05-27) ===
CHANGED: dependency maintenance
FIXED: minor fixes to README

Expand Down
2 changes: 1 addition & 1 deletion futoin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "futoin-hkdf",
"version": "1.5.0",
"version": "1.5.1",
"vcs": "git",
"rms": "npm",
"rmsRepo": "ignored",
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": "futoin-hkdf",
"version": "1.5.0",
"version": "1.5.1",
"description": "RFC5869: HMAC-based Extract-and-Expand Key Derivation Function (HKDF)",
"main": "hkdf.js",
"types": "hkdf.d.ts",
Expand Down

0 comments on commit e95bd97

Please sign in to comment.