From 153c77c23e5b80fef6f3ef59ddae47a8326f556d Mon Sep 17 00:00:00 2001 From: richard67 Date: Wed, 27 Dec 2017 01:02:29 +0100 Subject: [PATCH] Bump version to 1.0.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6f9871f..bf0925f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.0.5, 2017-12-27 + +- Correct counter display for facebooklike in case if facebook is not enabled ([#10](https://github.com/richard67/shariff-plus/pull/10)). + ## v1.0.4, 2017-12-26 - Remove wrong data-info-url from parameters listing in 3rd example of demo ([#8](https://github.com/richard67/shariff-plus/pull/8)). diff --git a/package.json b/package.json index 6e80a985..6720d6cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shariff-plus", - "version": "1.0.5-dev", + "version": "1.0.5", "description": "Shariff-Plus enables website users to share or like their favorite content without compromising their privacy. It is based on Shariff by Heise Medien GmbH & Co. KG.", "main": "src/js/shariff.js", "scripts": {