Skip to content

Commit

Permalink
Patch version: 10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dpa99c committed Jul 15, 2020
1 parent 7a1f4f1 commit d49c6d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 10.1.1
* (iOS) Fix regression bug in `getToken()` introduced by [35a2a68e8db3808723c9f2fcb6aa176021f6c77a](https://github.com/dpa99c/cordova-plugin-firebasex/commit/35a2a68e8db3808723c9f2fcb6aa176021f6c77a).
* Resolves [#456](https://github.com/dpa99c/cordova-plugin-firebasex/issues/456).
* (iOS) Update to use Firebase SDK v6.28.0
* Resolves [#453](https://github.com/dpa99c/cordova-plugin-firebasex/issues/453).

# Version 10.1.0
* (iOS) Use precompiled pod for Firestore to reduce build times.
* *BREAKING CHANGE:* Requires `cocoapods>=1.9` (previously `cocoapods>=1.8`).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-firebasex",
"version": "10.1.0",
"version": "10.1.1",
"description": "Cordova plugin for Google Firebase",
"types": "./types/index.d.ts",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-firebasex" version="10.1.0"
<plugin id="cordova-plugin-firebasex" version="10.1.1"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<name>Google Firebase Plugin</name>
Expand Down

0 comments on commit d49c6d7

Please sign in to comment.