From cb5637eba39159697ce5cae64bdf12370e6e3581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20Nyga=CC=8Ard?= Date: Sun, 13 Aug 2017 20:58:03 +0300 Subject: [PATCH] version bump --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c23c0ca..d59af18e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.15.1 (Aug 13, 2017) + +* Deprecated `title`, `description` and `picture` props for FacebookShareButton (because of Facebook API change). New prop: `quote`. + ## 1.15.0 (Jun 18, 2017) * Use new WhatsApp API (thanks @renchap!). diff --git a/package.json b/package.json index 27769ddd..9b7c6129 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-share", - "version": "1.15.0", + "version": "1.15.1", "description": "Easy social media share buttons and share counts.", "main": "./lib/react-share.js", "engines": {