Skip to content

Commit 5cd1af9

Browse files
committed
Merge pull request #141 from bem/version/1.3.3
v1.3.3
2 parents d322204 + 949f2af commit 5cd1af9

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
History of changes
22
==================
33

4+
1.3.3
5+
-----
6+
7+
* Fixed the bug with comparison of duplicate `css` classes (see [#138]).
8+
* Added supporting of `node@0.12.x` and `node@4.x`.
9+
410
1.3.2
511
-----
612

@@ -107,6 +113,7 @@ History of changes
107113
* Added testing of code coverage and dependencies status.
108114
* Added JSDocs.
109115

116+
[#138]: https://github.com/bem/html-differ/issues/138
110117
[#131]: https://github.com/bem/html-differ/issues/131
111118
[#106]: https://github.com/bem/html-differ/issues/106
112119
[#110]: https://github.com/bem/html-differ/pull/110

CHANGELOG.ru.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
История изменений
22
=================
33

4+
1.3.3
5+
-----
6+
7+
* Исправлена ошибка при сравнении повторяющихся `css` классов (подробнее [#138]).
8+
* Добавлена поддержка `node@0.12.x` и `node@4.x`.
9+
410
1.3.2
511
-----
612

@@ -107,6 +113,7 @@
107113
* Добавлено тестирование покрытия кода и статуса зависимостей.
108114
* Добавлены JSDocs.
109115

116+
[#138]: https://github.com/bem/html-differ/issues/138
110117
[#131]: https://github.com/bem/html-differ/issues/131
111118
[#106]: https://github.com/bem/html-differ/issues/106
112119
[#110]: https://github.com/bem/html-differ/pull/110

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-differ",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Compares two HTML",
55
"keywords": [
66
"html-differ",

0 commit comments

Comments
 (0)