Skip to content

Commit

Permalink
Patch version: 11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dpa99c committed Sep 16, 2020
1 parent f98bff7 commit 5118b1d
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 11.0.1
* (iOS) Set the Sign In with Apple capability based on the `IOS_ENABLE_APPLE_SIGNIN` plugin variable.
* Resolves [#511](https://github.com/dpa99c/cordova-plugin-firebasex/issues/511).

# Version 11.0.0
* (Android & iOS): Bump pinned Firebase SDK component versions to latest releases.
* Added support for `didCrashOnPreviousExecution()` and `setCrashlyticsCustomKey()`
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": "11.0.0",
"version": "11.0.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="11.0.0"
<plugin id="cordova-plugin-firebasex" version="11.0.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 5118b1d

Please sign in to comment.