From 292568b7b3a29cfbf65a944a1dc5d45d712fbff5 Mon Sep 17 00:00:00 2001 From: Davi Ferreira Date: Mon, 20 Oct 2014 14:04:00 -0200 Subject: [PATCH] 1.9.7 --- CHANGES.md | 8 ++++++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 766e7447c..9f32a1287 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +1.9.7 / 2014-10-20 +================== + +* Adds justify buttons +* Fix #308 by passing clipboard content through self.htmlEntities before inserting +* Minor bug fixes + + 1.9.4 / 2014-09-16 ================== diff --git a/bower.json b/bower.json index f5f18ed49..c7fc7e688 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "medium-editor", - "version": "1.9.4", + "version": "1.9.7", "homepage": "http://daviferreira.github.io/medium-editor/", "authors": [ "Davi Ferreira " diff --git a/package.json b/package.json index 71a5e588f..5172a5b44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "medium-editor", - "version": "1.9.4", + "version": "1.9.7", "author": "Davi Ferreira ", "description": "Medium.com WYSIWYG editor clone.", "main": "src/js/medium-editor.js",