From 949f2afe6de7f951b8ee209b4a4d7313df7d49d8 Mon Sep 17 00:00:00 2001 From: egavr Date: Wed, 16 Mar 2016 19:23:58 +0300 Subject: [PATCH] v1.3.3 --- CHANGELOG.md | 7 +++++++ CHANGELOG.ru.md | 7 +++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be94948..023e6d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ History of changes ================== +1.3.3 +----- + +* Fixed the bug with comparison of duplicate `css` classes (see [#138]). +* Added supporting of `node@0.12.x` and `node@4.x`. + 1.3.2 ----- @@ -107,6 +113,7 @@ History of changes * Added testing of code coverage and dependencies status. * Added JSDocs. +[#138]: https://github.com/bem/html-differ/issues/138 [#131]: https://github.com/bem/html-differ/issues/131 [#106]: https://github.com/bem/html-differ/issues/106 [#110]: https://github.com/bem/html-differ/pull/110 diff --git a/CHANGELOG.ru.md b/CHANGELOG.ru.md index 679b478..a819a31 100644 --- a/CHANGELOG.ru.md +++ b/CHANGELOG.ru.md @@ -1,6 +1,12 @@ История изменений ================= +1.3.3 +----- + +* Исправлена ошибка при сравнении повторяющихся `css` классов (подробнее [#138]). +* Добавлена поддержка `node@0.12.x` и `node@4.x`. + 1.3.2 ----- @@ -107,6 +113,7 @@ * Добавлено тестирование покрытия кода и статуса зависимостей. * Добавлены JSDocs. +[#138]: https://github.com/bem/html-differ/issues/138 [#131]: https://github.com/bem/html-differ/issues/131 [#106]: https://github.com/bem/html-differ/issues/106 [#110]: https://github.com/bem/html-differ/pull/110 diff --git a/package.json b/package.json index c071c57..e3d9945 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-differ", - "version": "1.3.2", + "version": "1.3.3", "description": "Compares two HTML", "keywords": [ "html-differ",