Skip to content

Commit 6a15a91

Browse files
bump version to 1.1.1
1 parent 7d4341d commit 6a15a91

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* Add and fix types for static WordArray.create()(contributed by asivery, [#2](https://github.com/originjs/crypto-js-wasm/pull/2))
66
* Fix the library for Webpack(contributed by asivery [#3](https://github.com/originjs/crypto-js-wasm/pull/3))
7+
* Use sha256 with iterations of 250000 as default hasher of PBKDF2 to prevent weak security problem. Related to CVE-2023-46233 of crypto-js
78

89
### Features:
910

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@originjs/crypto-js-wasm",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "An alternative to crypto-js implemented with WebAssembly and ESM",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)