diff --git a/CHANGELOG.md b/CHANGELOG.md index fd584778c..ab72d1f3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +# [5.1.2](https://github.com/angular/angularfire2/compare/5.1.1...5.1.2) (2019-03-11) + + +### Bug Fixes + +* **afs:** No longer pull in the depreciated timestampsInSnapshots setting for Firebase 5.8 ([#2013](https://github.com/angular/angularfire2/issues/2013)) ([5df31c3](https://github.com/angular/angularfire2/commit/5df31c3)) + + +# [5.1.1](https://github.com/angular/angularfire2/compare/5.1.0...5.1.1) (2018-11-29) + + +### Bug Fixes + +* **functions:** Fix the default Functions region bug ([#1945](https://github.com/angular/angularfire2/issues/1945)) ([7d175b3](https://github.com/angular/angularfire2/commit/7d175b3)) + + + # [5.1.0](https://github.com/angular/angularfire2/compare/5.0.0-rc.12...5.1.0) (2018-10-17) @@ -9,7 +27,7 @@ -## [5.0.2](https://github.com/angular/angularfire2/compare/5.0.1...5.0.2) (2018-09-21) +# [5.0.2](https://github.com/angular/angularfire2/compare/5.0.1...5.0.2) (2018-09-21) ### Bug Fixes diff --git a/package.json b/package.json index 7ca198844..73317ae7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angularfire2", - "version": "5.1.0", + "version": "5.1.2", "description": "The official library of Firebase and Angular.", "private": true, "scripts": { @@ -12,7 +12,7 @@ "delayed_karma": "sleep 10 && karma start", "build": "rm -rf dist && node tools/build.js", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1", - "build:wrapper": "npm i --prefix wrapper && VERSION=5.1.0 npm run --prefix wrapper build" + "build:wrapper": "npm i --prefix wrapper && VERSION=5.1.2 npm run --prefix wrapper build" }, "keywords": [ "angular",