From 0e9725b2314d6f86035d98c4f5f67071445e834a Mon Sep 17 00:00:00 2001 From: Florent Vilmart <364568+flovilmart@users.noreply.github.com> Date: Tue, 7 Aug 2018 11:21:17 -0400 Subject: [PATCH] :zap: Release 2.8.3 --- CHANGELOG.md | 8 -------- package.json | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) 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": {