diff --git a/CHANGELOG.md b/CHANGELOG.md index ecd912366..397dfb20a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +# [5.2.2](https://github.com/angular/angularfire2/compare/5.2.1...5.2.2) (2019-11-12) + +### Bug Fixes + +* **build:** Make the build work on windows ([#2231](https://github.com/angular/angularfire2/issues/2231)) ([97d8532](https://github.com/angular/angularfire2/commit/97d8532)) +* **core:** Support Firebase 7 peer and fix zone instabilities with `AngularFirePerformanceModule` and the injectable `FirebaseApp` ([#2240](https://github.com/angular/angularfire2/issues/2240)) ([60fd575](https://github.com/angular/angularfire2/commit/60fd575)) +* **rtdb:** Allow update to take "Partial" ([#2169](https://github.com/angular/angularfire2/issues/2169)) ([ca43c8b](https://github.com/angular/angularfire2/commit/ca43c8b)) + # [5.2.1](https://github.com/angular/angularfire2/compare/5.2.0...5.2.1) (2019-06-01) diff --git a/tools/test.sh b/tools/test.sh index c8bce5181..9efb33979 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -5,6 +5,4 @@ apt-get -y update apt-get -y install google-chrome-stable # TODO parallelize these -npx karma start --single-run --browsers ChromeHeadlessTravis --reporters mocha && -node tools/run-typings-test.js && -bash ./test/ng-build/build.sh \ No newline at end of file +npx karma start --single-run --browsers ChromeHeadlessTravis --reporters mocha \ No newline at end of file