Prepare for 3.4.1 (#5673)

* changelog for 3.4.1

* bump package

* Fix layout
This commit is contained in:
Arthur Cinader
2019-06-12 15:57:20 -07:00
committed by GitHub
parent 8709daf698
commit 72da264c22
3 changed files with 8 additions and 3 deletions

View File

@@ -2,7 +2,12 @@
### master
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.0...master)
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.1...master)
### 3.4.1
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.0...3.4.1)
Security Fix: see Advisory: [GHSA-2479-qvv7-47q](https://github.com/parse-community/parse-server/security/advisories/GHSA-2479-qvv7-47qq) for details [8709daf](https://github.com/parse-community/parse-server/commit/8709daf698ea69b59268cb66f0f7cee75b52daa5). Big thanks to: [Benjamin Simonsson](https://github.com/BenniPlejd) for identifying the issue and promptly bringing it to the Parse Community's attention and also big thanks to the indefatigable [Diamond Lewis](https://github.com/dplewis) for crafting a failing test and then a solution within an hour of the report.
### 3.4.0
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.3.0...3.4.0)

2
package-lock.json generated
View File

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

View File

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