Skip to content

Commit 1d30318

Browse files
committed
Pull 3.3.0 from master into develop.
1 parent b60b80c commit 1d30318

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

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

213213
## Release notes
214214

215+
### 3.3.0
216+
217+
Rollback, `3.3.0` is the same as `3.1.9-1`.
218+
219+
The move of using native secure crypto module will be shifted to a new `4.x.x` version. As it is a breaking change the impact is too big for a minor release.
220+
215221
### 3.2.1
216222

217223
The usage of the native crypto module has been fixed. The import and access of the native crypto module has been improved.

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": "3.2.1",
5+
"version": "3.3.0",
66
"homepage": "http://github.com/brix/crypto-js",
77
"author": {
88
"name": "Evan Vosberg",

0 commit comments

Comments
 (0)