Prepare for 3.4.1 (#5673)
* changelog for 3.4.1 * bump package * Fix layout
This commit is contained in:
@@ -2,7 +2,12 @@
|
|||||||
|
|
||||||
### master
|
### 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
|
### 3.4.0
|
||||||
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.3.0...3.4.0)
|
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.3.0...3.4.0)
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "parse-server",
|
"name": "parse-server",
|
||||||
"version": "3.4.0",
|
"version": "3.4.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "parse-server",
|
"name": "parse-server",
|
||||||
"version": "3.4.0",
|
"version": "3.4.1",
|
||||||
"description": "An express module providing a Parse-compatible API server",
|
"description": "An express module providing a Parse-compatible API server",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user