Skip to content

Commit 7d7023c

Browse files
committed
Specify sha.js version
1 parent 8bff214 commit 7d7023c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* 1.0.1
2+
* specify sha.js version in dependencies
13
* 1.0.0
24
* added an option to select the hashing algorithm to use (hashingAlgorithm)
35
* check out the [README](README.md) for more details

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-sha-hash",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Plugin to replace a standard webpack chunkhash with SHA",
55
"author": {
66
"name": "Sebastien Dubois",
@@ -26,7 +26,7 @@
2626
"sha512"
2727
],
2828
"dependencies": {
29-
"sha.js": "2.4.x"
29+
"sha.js": "2.4.5"
3030
},
3131
"devDependencies": {
3232
"argparse": "1.0.x",

0 commit comments

Comments
 (0)