Skip to content

Commit 7e037ff

Browse files
authored
version 2.2.21 (#2730)
1 parent 0ec1e8c commit 7e037ff

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Parse Server Changelog
22

3+
### 2.2.21
4+
5+
* Fix: Reverts removal of babel-polyfill
6+
37
### 2.2.20
48

59
* New: Adds CloudCode handler for `beforeFind`, thanks to [Florent Vilmart](https://github.com/flovilmart)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "2.2.20",
3+
"version": "2.2.21",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)