From 654d4b38de26b3f50fdf8b24c6345b3221d329db Mon Sep 17 00:00:00 2001 From: Davi Ferreira Date: Sat, 3 May 2014 07:07:13 +1000 Subject: [PATCH] 1.8.6 --- .gitignore | 1 + CHANGES.md | 6 ++++++ README.md | 11 ++++++----- bower.json | 2 +- package.json | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 33581cd99..d4596b434 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*~ *.swp .DS_Store *.swo diff --git a/CHANGES.md b/CHANGES.md index a60ef83d1..7a7220573 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +1.8.6 / 2014-05-03 +================== + +* Adds non-minified CSS files to bower.json + + 1.8.5 / 2014-05-01 ================== diff --git a/README.md b/README.md index 3038bac7b..e6c93cfd4 100644 --- a/README.md +++ b/README.md @@ -226,13 +226,13 @@ The source files are located inside the __src__ directory. ``` project : medium-editor repo age : 11 months - active : 139 days - commits : 508 - files : 50 + active : 141 days + commits : 516 + files : 56 authors : - 372 Davi Ferreira 73.2% + 379 Davi Ferreira 73.4% 20 Maxime de Visscher 3.9% - 12 Andy Yaco-Mink 2.4% + 12 Andy Yaco-Mink 2.3% 8 Derek Odegard 1.6% 8 Jarl Gunnar T. Flaten 1.6% 8 Pedro Nasser 1.6% @@ -258,6 +258,7 @@ The source files are located inside the __src__ directory. 1 David Hellsing 0.2% 1 Denis Gorbachev 0.2% 1 Diana Liao 0.2% + 1 Jack Parker 0.2% 1 Jeff Welch 0.2% 1 Mark Kraemer 0.2% 1 Max 0.2% diff --git a/bower.json b/bower.json index 8a1c0b50b..40897cf64 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "medium-editor", - "version": "1.8.5", + "version": "1.8.6", "homepage": "http://daviferreira.github.io/medium-editor/", "authors": [ "Davi Ferreira " diff --git a/package.json b/package.json index 34ee8b10b..c10f8a22b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "medium-editor", - "version": "1.8.5", + "version": "1.8.6", "author": "Davi Ferreira ", "description": "Medium.com WYSIWYG editor clone.", "main": "src/js/medium-editor.js",