Skip to content

Commit

Permalink
Prep for v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Caligatio committed Dec 7, 2020
1 parent e033f3d commit ddd4b17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# jsSHA - ChangeLog

## 3.2.0 (2020-12-07)

- Added ESM versions of all variants (thanks wKovacs64!).

## 3.1.2 (2020-08-08)

- Added explicit package.json export to support React (thanks canpoyrazoglu!).
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jssha",
"version": "3.1.2",
"version": "3.2.0",
"description": "jsSHA implements the complete Secure Hash Standard (SHA) family (SHA-1, SHA-224/256/384/512, SHA3-224/256/384/512, SHAKE128/256, cSHAKE128/256, and KMAC128/256) with HMAC",
"main": "./dist/sha.js",
"exports": {
Expand Down

0 comments on commit ddd4b17

Please sign in to comment.