Skip to content

Commit

Permalink
Prep for v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Caligatio committed Jul 22, 2020
1 parent 167ff84 commit d3152ea
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# jsSHA - ChangeLog

## 3.1.1 (2020-07-22)

- Added dist subpath exports to provide forward compatibility with newer node
versions (thanks aravinth2094!).

## 3.1.0 - Still-At-Home Edition (2020-04-15)

- Added support for cSHAKE128/256 and KMAC128/256 (thanks paulg446 for the
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"rewire": "^5.0.0",
"rollup": "^2.22.1",
"rollup-plugin-dts": "^1.4.8",
"rollup": "^2.22.2",
"rollup-plugin-dts": "^1.4.9",
"rollup-plugin-terser": "^5.3.0",
"sinon": "^9.0.2",
"ts-node": "^8.10.2",
Expand Down
17 changes: 9 additions & 8 deletions package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jssha",
"version": "3.1.0",
"version": "3.1.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 All @@ -16,7 +16,6 @@
"./dist/sha256": "./dist/sha256.js",
"./dist/sha512": "./dist/sha512.js",
"./dist/sha3": "./dist/sha3.js"

},
"module": "./dist/sha.mjs",
"types": "./dist/sha.d.ts",
Expand Down Expand Up @@ -94,8 +93,8 @@
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"rewire": "^5.0.0",
"rollup": "^2.22.1",
"rollup-plugin-dts": "^1.4.8",
"rollup": "^2.22.2",
"rollup-plugin-dts": "^1.4.9",
"rollup-plugin-terser": "^5.3.0",
"sinon": "^9.0.2",
"ts-node": "^8.10.2",
Expand Down

0 comments on commit d3152ea

Please sign in to comment.