Back merge 3.4.4 into master (#5683)

* 3.4.3 changelog and version bump

* nit
This commit is contained in:
Arthur Cinader
2019-06-13 11:43:29 -07:00
committed by GitHub
parent 7590ee9799
commit 5204e5a111
3 changed files with 17 additions and 3 deletions

View File

@@ -2,7 +2,21 @@
### master
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.1...master)
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.4...master)
### 3.4.4
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.3...3.4.4)
Fix: Commit changes
### 3.4.3
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.2...3.4.3)
Fix: Use changes in master to travis configuration to enable pushing to npm and gh_pages. See diff for details.
### 3.4.2
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.1...3.4.2)
Fix: In my haste to get a [Security Fix](https://github.com/parse-community/parse-server/security/advisories/GHSA-2479-qvv7-47qq) out, I added [8709daf](https://github.com/parse-community/parse-server/commit/8709daf698ea69b59268cb66f0f7cee75b52daa5) to master instead of to 3.4.1. This commit fixes that. [Arthur Cinader](https://github.com/acinader)
### 3.4.1
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.0...3.4.1)

2
package-lock.json generated
View File

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

View File

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