Skip to content

Commit

Permalink
fix: bump crypto js (#1416)
Browse files Browse the repository at this point in the history
* bump crypto js

* bump release
  • Loading branch information
mtrezza authored Sep 24, 2021
1 parent 83fb442 commit ddea28c
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 18 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Parse-SDK-JS

### master
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/3.3.0...master)
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/3.3.1...master)

## 3.3.1
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/3.3.0...3.3.1)

**Fixes**
- Upgraded crypto-js dependency for compatibility with webpack in Parse Dashboard

## 3.3.0
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/3.2.0...3.3.0)
Expand Down
46 changes: 31 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse",
"version": "3.3.0",
"version": "3.3.1",
"description": "The Parse JavaScript SDK",
"homepage": "https://parseplatform.org/",
"keywords": [
Expand Down Expand Up @@ -81,7 +81,7 @@
"vinyl-source-stream": "2.0.0"
},
"optionalDependencies": {
"crypto-js": "4.0.0"
"crypto-js": "4.1.1"
},
"scripts": {
"build": "node build_releases.js",
Expand Down

0 comments on commit ddea28c

Please sign in to comment.