We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e41368 commit c32ed52Copy full SHA for c32ed52
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Parse Server Changelog
2
3
+### 2.2.14 (6/25/2016)
4
+
5
+* Hotfix: Fix Parse.Cloud.HTTPResponse serialization
6
7
### 2.2.13 (6/12/2016)
8
9
* Hotfix: Pin version of deepcopy
package.json
@@ -1,6 +1,6 @@
{
"name": "parse-server",
- "version": "2.2.13",
+ "version": "2.2.14",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {
0 commit comments