We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec1e8c commit 7e037ffCopy full SHA for 7e037ff
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Parse Server Changelog
2
3
+### 2.2.21
4
+
5
+* Fix: Reverts removal of babel-polyfill
6
7
### 2.2.20
8
9
* New: Adds CloudCode handler for `beforeFind`, thanks to [Florent Vilmart](https://github.com/flovilmart)
package.json
@@ -1,6 +1,6 @@
{
"name": "parse-server",
- "version": "2.2.20",
+ "version": "2.2.21",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {
0 commit comments