From 72da264c2260420047e49a80a5f043563e13c3a2 Mon Sep 17 00:00:00 2001 From: Arthur Cinader <700572+acinader@users.noreply.github.com> Date: Wed, 12 Jun 2019 15:57:20 -0700 Subject: [PATCH] Prepare for 3.4.1 (#5673) * changelog for 3.4.1 * bump package * Fix layout --- CHANGELOG.md | 7 ++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5262f49a..4a062968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index dd0eb334..f23a3b98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "3.4.0", + "version": "3.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 20970c68..623036c1 100644 --- a/package.json +++ b/package.json @@ -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": {