Skip to content

Commit

Permalink
Patch version: 10.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dpa99c committed Jul 16, 2020
1 parent 9f2b5ce commit cee0c4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 10.1.2
* (iOS): Bump Firebase SDK versions to v6.28.1 to resolve build freeze issue.
* Resolves [#460](https://github.com/dpa99c/cordova-plugin-firebasex/issues/460).

# 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).
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.1",
"version": "10.1.2",
"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.1"
<plugin id="cordova-plugin-firebasex" version="10.1.2"
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 cee0c4e

Please sign in to comment.