We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e698f61 commit 26df509Copy full SHA for 26df509
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Parse Server Changelog
2
3
+### 2.2.9 (5/9/2016)
4
+
5
+* Fix: Fix a regression that caused Parse Server to crash when a null parameter is passed to a Cloud function
6
7
### 2.2.8 (5/8/2016)
8
9
* New: Support for Pointer Permissions
package.json
@@ -1,6 +1,6 @@
{
"name": "parse-server",
- "version": "2.2.8",
+ "version": "2.2.9",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {
0 commit comments