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

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sagrawal31 committed Jun 19, 2019
1 parent bfd4bf6 commit 428f306
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Change Log

## Version 3.0.1
## v3.2.0

1. Added ability to log JavaScript stacktrace with a new method `logJSError`. Thanks to [distinctdan](https://github.com/distinctdan) for
[PR#8](https://github.com/wizpanda/cordova-plugin-firebase-lib/pull/8).

## v3.1.0

1. Add `createChannel` function for Android O.

## Version 3.0.0
## v3.0.0

First version under [Wiz Panda](https://www.wizpanda.com/).

Expand Down
3 changes: 2 additions & 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.1.0",
"version": "3.2.0",
"author": {
"name": "Wiz Panda Techno Solutions",
"url": "https://www.wizpanda.com/"
Expand Down Expand Up @@ -30,6 +30,7 @@
"phone auth"
],
"scripts": {
"preversion": "git add CHANGELOG.md",
"version": "node ./bump-version.js && git add -A plugin.xml",
"postversion": "git push && git push --tags && npm publish --verbose",
"test": "npm run test:ios && npm run test:android && npm run test:browser",
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.1.0"
<plugin id="cordova-plugin-firebase-lib" version="3.2.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 428f306

Please sign in to comment.