version 2.2.21 (#2730)

This commit is contained in:
Florent Vilmart
2016-09-18 13:03:18 -04:00
committed by GitHub
parent 0ec1e8ca7f
commit 7e037ffa72
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
## Parse Server Changelog ## Parse Server Changelog
### 2.2.21
* Fix: Reverts removal of babel-polyfill
### 2.2.20 ### 2.2.20
* New: Adds CloudCode handler for `beforeFind`, thanks to [Florent Vilmart](https://github.com/flovilmart) * New: Adds CloudCode handler for `beforeFind`, thanks to [Florent Vilmart](https://github.com/flovilmart)

View File

@@ -1,6 +1,6 @@
{ {
"name": "parse-server", "name": "parse-server",
"version": "2.2.20", "version": "2.2.21",
"description": "An express module providing a Parse-compatible API server", "description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js", "main": "lib/index.js",
"repository": { "repository": {