Skip to content

Commit

Permalink
bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterAlfredLee committed Jun 25, 2024
1 parent 7d4341d commit 6a15a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

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

### Features:

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@originjs/crypto-js-wasm",
"version": "1.1.0",
"version": "1.1.1",
"description": "An alternative to crypto-js implemented with WebAssembly and ESM",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 6a15a91

Please sign in to comment.