We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729a0c1 commit 5baa53dCopy full SHA for 5baa53d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Parse Server Changelog
2
3
+### 2.2.13 (6/12/2016)
4
+
5
+* Hotfix: Pin version of deepcopy
6
7
### 2.2.12 (6/9/2016)
8
9
* New: Custom error codes in cloud code response.error, thanks to [Jeremy Pease](https://github.com/JeremyPlease)
package.json
@@ -1,6 +1,6 @@
{
"name": "parse-server",
- "version": "2.2.12",
+ "version": "2.2.13",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {
0 commit comments