Changelog 2.2.14 (#2148)

This commit is contained in:
Florent Vilmart
2016-06-25 15:22:06 -04:00
committed by GitHub
parent 3e413683f7
commit c32ed52f04
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
## Parse Server Changelog
### 2.2.14 (6/25/2016)
* Hotfix: Fix Parse.Cloud.HTTPResponse serialization
### 2.2.13 (6/12/2016)
* Hotfix: Pin version of deepcopy

View File

@@ -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": {