From 2ad1adfd354d501bab21489b018cb8c80a2682d7 Mon Sep 17 00:00:00 2001 From: Davi Ferreira Date: Wed, 12 Feb 2014 13:29:05 -0200 Subject: [PATCH] 1.5.4 --- CHANGES.md | 7 +++++++ README.md | 30 ++++++++++++++---------------- bower.json | 2 +- package.json | 2 +- 4 files changed, 23 insertions(+), 18 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 30f7cf27a..f95e35d3d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +1.5.4 / 2014-02-12 +================== + +* Fixes filenames for main in bower.json +* Removes window resize event listener on deactivate + + 1.5.3 / 2014-01-22 ================== diff --git a/README.md b/README.md index ad8b01db9..8a20b5d12 100644 --- a/README.md +++ b/README.md @@ -152,27 +152,29 @@ The source files are located inside the __src__ directory. MediumEditor styleshe ## Contributors ``` - project : medium-editor - repo age : 8 months - active : 85 days - commits : 366 +project : medium-editor + repo age : 9 months + active : 91 days + commits : 376 files : 43 authors : - 278 Davi Ferreira 76.0% - 20 Maxime de Visscher 5.5% - 8 Pedro Nasser 2.2% - 8 Derek Odegard 2.2% - 8 Jarl Gunnar T. Flaten 2.2% + 286 Davi Ferreira 76.1% + 20 Maxime de Visscher 5.3% + 8 Pedro Nasser 2.1% + 8 Derek Odegard 2.1% + 8 Jarl Gunnar T. Flaten 2.1% 4 minikomi 1.1% 4 Sebastian Zuchmanski 1.1% - 3 Dmitri Cherniak 0.8% - 3 Andrew Hubbs 0.8% 3 arol 0.8% + 3 Andrew Hubbs 0.8% + 3 Dmitri Cherniak 0.8% 3 Troels Knak-Nielsen 0.8% 2 Nikita Korotaev 0.5% + 1 Moore Adam 0.3% 1 Nic Malan 0.3% 1 Noah Paessel 0.3% 1 Pavel Linkesch 0.3% + 1 Seif 0.3% 1 Tom MacWright 0.3% 1 happyaccidents 0.3% 1 mbrookes 0.3% @@ -185,13 +187,13 @@ The source files are located inside the __src__ directory. MediumEditor styleshe 1 David Collien 0.3% 1 David Hellsing 0.3% 1 Denis Gorbachev 0.3% + 1 Diana Liao 0.3% 1 Jeff Welch 0.3% 1 Mark Kraemer 0.3% 1 Max 0.3% 1 Maxime Dantec 0.3% 1 Maxime De Visscher 0.3% 1 Michael Kay 0.3% - 1 Moore Adam 0.3% ``` ## License @@ -199,7 +201,3 @@ The source files are located inside the __src__ directory. MediumEditor styleshe "THE BEER-WARE LICENSE" (Revision 42): As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return. - - -[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/daviferreira/medium-editor/trend.png)](https://bitdeli.com/free "Bitdeli Badge") - diff --git a/bower.json b/bower.json index 88866ef23..6a01f9cf2 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "medium-editor", - "version": "1.5.3", + "version": "1.5.5", "homepage": "http://daviferreira.github.io/medium-editor/", "authors": [ "Davi Ferreira " diff --git a/package.json b/package.json index 4a98ac9e7..fa56fd2d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "medium-editor", - "version": "1.5.3", + "version": "1.5.5", "description": "Medium.com WYSIWYG editor clone.", "main": "src/js/medium-editor.js", "repository": {