Skip to content

Commit 5204e5a

Browse files
authored
Back merge 3.4.4 into master (#5683)
* 3.4.3 changelog and version bump * nit
1 parent 7590ee9 commit 5204e5a

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

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

33
### master
44

5-
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.1...master)
5+
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.4...master)
6+
7+
### 3.4.4
8+
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.3...3.4.4)
9+
Fix: Commit changes
10+
11+
12+
### 3.4.3
13+
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.2...3.4.3)
14+
Fix: Use changes in master to travis configuration to enable pushing to npm and gh_pages. See diff for details.
15+
16+
### 3.4.2
17+
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.1...3.4.2)
18+
19+
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)
620

721
### 3.4.1
822
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.0...3.4.1)

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.1",
3+
"version": "3.4.4",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)