Skip to content

Commit

Permalink
chore(release): version 5.2.2 changelog entry (#2241)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed Nov 12, 2019
1 parent 852a9ad commit 0ee659e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="5.2.2"></a>
# [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<T>" ([#2169](https://github.com/angular/angularfire2/issues/2169)) ([ca43c8b](https://github.com/angular/angularfire2/commit/ca43c8b))

<a name="5.2.1"></a>
# [5.2.1](https://github.com/angular/angularfire2/compare/5.2.0...5.2.1) (2019-06-01)

Expand Down
4 changes: 1 addition & 3 deletions tools/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
npx karma start --single-run --browsers ChromeHeadlessTravis --reporters mocha

0 comments on commit 0ee659e

Please sign in to comment.