Skip to content

Commit

Permalink
Merge branch 'release/4.1.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
evanvosberg committed Jul 22, 2021
2 parents a30519d + 81ed562 commit a4dac50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,12 @@ console.log(decryptedData); // [{id: 1}, {id: 2}]

## Release notes

### 4.1.1

Fix module order in bundled release.

Include the browser field in the released package.json.

### 4.1.0

Added url safe variant of base64 encoding. [357](https://github.com/brix/crypto-js/pull/357)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "crypto-js",
"title": "crypto-js",
"description": "JavaScript library of crypto standards.",
"version": "4.1.0",
"version": "4.1.1",
"homepage": "https://github.com/brix/crypto-js",
"author": {
"name": "Evan Vosberg",
Expand Down

0 comments on commit a4dac50

Please sign in to comment.