Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: parse-community/parse-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.4.3
Choose a base ref
...
head repository: parse-community/parse-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.4.4
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jun 13, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    acinader Arthur Cinader
    Copy the full SHA
    61ab8c9 View commit details
Showing with 12 additions and 3 deletions.
  1. +10 −1 CHANGELOG.md
  2. +1 −1 package-lock.json
  3. +1 −1 package.json
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,16 @@

### master

[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.2...master)
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.4...master)

### 3.4.3
[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)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "3.4.2",
"version": "3.4.4",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {