Release 3.1.2 (#5193)

- Removes dev script
- Removes nodemon and problematic dependenceis
- addressed event-stream security debacle
This commit is contained in:
Florent Vilmart
2018-11-26 20:57:18 -05:00
committed by GitHub
parent 6cb00d513b
commit 021a12f648
4 changed files with 1373 additions and 2004 deletions

View File

@@ -1,8 +1,14 @@
## Parse Server Changelog
### master
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.1...master)
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.2...master)
### 3.1.2
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.1...3.1.2)
- Removes dev script, use TDD instead of server.
- Removes nodemon and problematic dependencies.
- Addressed event-stream security debacle.
### 3.1.1
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.0...3.1.1)