Skip to content

Commit

Permalink
⚡️ Release v2.3.2 (#787)
Browse files Browse the repository at this point in the history
* ⚡️ Release v2.3.2

* fix flaky test

* speed up tests first attempt
  • Loading branch information
dplewis authored Apr 4, 2019
1 parent 72f02ec commit 582635e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Parse-SDK-JS

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

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

- Support `getData` from Parse.File ([#780](https://github.com/parse-community/Parse-SDK-JS/pull/780))
- Parse.FacebookUtils `logIn` and `link` support MasterKey and SessionToken options ([#779](https://github.com/parse-community/Parse-SDK-JS/pull/779))
- Remove node modules `http` and `https` from React-Native build ([#776](https://github.com/parse-community/Parse-SDK-JS/pull/776))

## 2.3.1
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.3.0...2.3.1)
Expand Down
2 changes: 1 addition & 1 deletion integration/test/clear.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const Parse = require('parse/node');
const Parse = require('../../node');

module.exports = function() {
return Parse._ajax('GET', 'http://localhost:1337/clear', '');
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse",
"version": "2.3.1",
"version": "2.3.2",
"description": "The Parse JavaScript SDK",
"homepage": "https://parseplatform.org/",
"keywords": [
Expand Down Expand Up @@ -77,8 +77,7 @@
"watch": "PARSE_BUILD=${PARSE_BUILD:=node} gulp watch",
"integration": "TESTING=1 jasmine --config=jasmine.json",
"docs": "jsdoc -c ./jsdoc-conf.json ./src",
"release_docs": "./release_docs.sh",
"prepare": "npm run build"
"release_docs": "./release_docs.sh"
},
"jest": {
"automock": true,
Expand Down

0 comments on commit 582635e

Please sign in to comment.