Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

Commit

Permalink
release: v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Feb 11, 2019
1 parent eaa7236 commit 0e2dc48
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<a name="4.2.1"></a>
# [4.2.1](https://github.com/jeduan/cordova-plugin-facebook4/releases/tag/v4.2.1)

## Fix

* **iOS**: fix iOS crash when `enableHybridAppEvents` has already been enabled ([#745](https://github.com/jeduan/cordova-plugin-facebook4/pull/746))

### Kudos
Thx [Regev Brody](https://github.com/regevbr) for the PR 👍

<a name="4.2.0"></a>
# [4.2.0](https://github.com/jeduan/cordova-plugin-facebook4/releases/tag/v3.2.0)
# [4.2.0](https://github.com/jeduan/cordova-plugin-facebook4/releases/tag/v4.2.0)

## Features

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-facebook4",
"version": "4.2.0",
"version": "4.2.1",
"description": "Cordova Facebook SDK 4 Plugin",
"cordova": {
"id": "cordova-plugin-facebook4",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-facebook4"
version="4.2.0">
version="4.2.1">

<name>Facebook Connect</name>

Expand Down

0 comments on commit 0e2dc48

Please sign in to comment.