diff --git a/CHANGELOG.md b/CHANGELOG.md index 078b282c..0c9cc38d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,14 +8,6 @@ * Adds support for JS SDK 2.0 job status header -### 2.8.3 -[Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.3...2.8.2) - -#### Improvements: - -* Removes npm-git scripts as npm supports using git repositories that build, thanks to [Florent Vilmart](https://github.com/flovilmart) - - ### 2.8.2 [Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.2...2.8.1) diff --git a/package.json b/package.json index b36ebe0e..d8420ac3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "2.8.2", + "version": "2.8.3", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {