Skip to content

Commit 72da264

Browse files
authored
Prepare for 3.4.1 (#5673)
* changelog for 3.4.1 * bump package * Fix layout
1 parent 8709daf commit 72da264

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
### master
44

5-
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.0...master)
5+
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.1...master)
6+
7+
### 3.4.1
8+
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.0...3.4.1)
9+
10+
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.
611

712
### 3.4.0
813
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.3.0...3.4.0)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)