Release notes and version bump for 3.2.3 (#5467)

This commit is contained in:
Arthur Cinader
2019-03-30 18:32:37 -07:00
committed by GitHub
parent 730f5c5c3d
commit a3c8629fd9
3 changed files with 14 additions and 3 deletions

View File

@@ -1,7 +1,18 @@
## Parse Server Changelog
### master
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.2.1...master)
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.2.3...master)
### 3.2.3
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.2.2...3.2.3)
- Correct previous release with patch that is fully merged
### 3.2.2
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.2.1...3.2.2)
- Security fix to properly process userSensitiveFields when parse-server is started with
../lib/cli/parse-server [#5463](https://github.com/parse-community/parse-server/pull/5463
)
### 3.2.1
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.2.0...3.2.1)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "3.2.1",
"version": "3.2.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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