Back merge 3.4.4 into master (#5683)
* 3.4.3 changelog and version bump * nit
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -2,7 +2,21 @@
|
|||||||
|
|
||||||
### master
|
### 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
|
### 3.4.1
|
||||||
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.0...3.4.1)
|
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.0...3.4.1)
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "parse-server",
|
"name": "parse-server",
|
||||||
"version": "3.4.1",
|
"version": "3.4.4",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "parse-server",
|
"name": "parse-server",
|
||||||
"version": "3.4.1",
|
"version": "3.4.4",
|
||||||
"description": "An express module providing a Parse-compatible API server",
|
"description": "An express module providing a Parse-compatible API server",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user