From 5204e5a1111b36aae361d2bbfa575709a7c4c831 Mon Sep 17 00:00:00 2001 From: Arthur Cinader <700572+acinader@users.noreply.github.com> Date: Thu, 13 Jun 2019 11:43:29 -0700 Subject: [PATCH] Back merge 3.4.4 into master (#5683) * 3.4.3 changelog and version bump * nit --- CHANGELOG.md | 16 +++++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a062968..18fb248e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 80ec8f81..a11a79c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "3.4.1", + "version": "3.4.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 59ff4492..94b63a06 100644 --- a/package.json +++ b/package.json @@ -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": {