Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sagrawal31 committed Jun 19, 2019
1 parent 32f40c7 commit cd3abfd
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,5 +1,9 @@
# Change Log

## v3.3.0

1. Backward compatibility fixes to support breaking changes released by Google Firebase on Jun 17, 2019.

## v3.2.0

1. Added ability to log JavaScript stacktrace with a new method `logJSError`. Thanks to [distinctdan](https://github.com/distinctdan) for
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-firebase-lib",
"version": "3.2.0",
"version": "3.3.0",
"author": {
"name": "Wiz Panda Techno Solutions",
"url": "https://www.wizpanda.com/"
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-firebase-lib" version="3.2.0"
<plugin id="cordova-plugin-firebase-lib" version="3.3.0"
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 cd3abfd

Please sign in to comment.