Skip to content

Commit

Permalink
Prep for v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Caligatio committed Aug 4, 2023
1 parent eb8a378 commit 8eac027
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.3.1 (2023-08-04)

- Support latest method of defining type imports (#103, thanks @faljse!).

## 3.3.0 (2022-10-10)

- `.update()` method now returns a reference to the jsSHA object to allow for
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0",
"version": "3.3.1",
"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 8eac027

Please sign in to comment.