Skip to content

Commit 8eac027

Browse files
committed
Prep for v3.3.1
1 parent eb8a378 commit 8eac027

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# jsSHA - ChangeLog
22

3+
## 3.3.1 (2023-08-04)
4+
5+
- Support latest method of defining type imports (#103, thanks @faljse!).
6+
37
## 3.3.0 (2022-10-10)
48

59
- `.update()` method now returns a reference to the jsSHA object to allow for

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jssha",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"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",
55
"main": "./dist/sha.js",
66
"exports": {

0 commit comments

Comments
 (0)