Skip to content

Commit ac34a5a

Browse files
committed
Merge branch 'release/4.2.0' into develop
2 parents 421dd53 + d5af3ae commit ac34a5a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,14 @@ console.log(decryptedData); // [{id: 1}, {id: 2}]
218218

219219
## Release notes
220220

221+
### 4.2.0
222+
223+
Change default hash algorithm and iteration's for PBKDF2 to prevent weak security by using the default configuration.
224+
225+
Custom KDF Hasher
226+
227+
Blowfish support
228+
221229
### 4.1.1
222230

223231
Fix module order in bundled release.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "crypto-js",
33
"title": "crypto-js",
44
"description": "JavaScript library of crypto standards.",
5-
"version": "4.1.1",
5+
"version": "4.2.0",
66
"homepage": "http://github.com/brix/crypto-js",
77
"author": {
88
"name": "Evan Vosberg",

0 commit comments

Comments
 (0)