File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Parse Server Changelog
2
2
3
+ ### 2.2.2 (3/23/2016)
4
+
5
+ * Important Fix: Mounts createLiveQueryServer, fix babel induced problem [ \# 1153] ( https://github.com/ParsePlatform/parse-server/pull/1153 ) (flovilmart)
6
+ * Move ParseServer to it's own file [ \# 1166] ( https://github.com/ParsePlatform/parse-server/pull/1166 ) (flovilmart)
7
+ * Update README.md - remove deploy buttons - replace with community links [ \# 1139] ( https://github.com/ParsePlatform/parse-server/pull/1139 ) (drew-gross)
8
+ * Adds bootstrap.sh [ \# 1138] ( https://github.com/ParsePlatform/parse-server/pull/1138 ) (flovilmart)
9
+ * Fix: Do not override username [ \# 1142] ( https://github.com/ParsePlatform/parse-server/pull/1142 ) (flovilmart)
10
+ * Fix: Add pushId back to GCM payload [ \# 1168] ( https://github.com/ParsePlatform/parse-server/pull/1168 ) (wangmengyan95)
11
+
3
12
### 2.2.1 (3/22/2016)
4
13
5
14
* New: Add FileSystemAdapter file adapter [ \# 1098] ( https://github.com/ParsePlatform/parse-server/pull/1098 ) (dtsolis)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parse-server" ,
3
- "version" : " 2.2.1 " ,
3
+ "version" : " 2.2.2 " ,
4
4
"description" : " An express module providing a Parse-compatible API server" ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments