Skip to content

Commit cdf417e

Browse files
committed
v1.3.4
1 parent 6d56b25 commit cdf417e

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

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

4+
1.3.4
5+
-----
6+
7+
* Fixed option [compareAttributesAsJSON](https://github.com/bem/html-differ/tree/v1.3.4#compareattributesasjson-array) (see [#142]).
8+
49
1.3.3
510
-----
611

@@ -113,6 +118,7 @@ History of changes
113118
* Added testing of code coverage and dependencies status.
114119
* Added JSDocs.
115120

121+
[#142]: https://github.com/bem/html-differ/pull/142
116122
[#138]: https://github.com/bem/html-differ/issues/138
117123
[#131]: https://github.com/bem/html-differ/issues/131
118124
[#106]: https://github.com/bem/html-differ/issues/106

CHANGELOG.ru.md

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

4+
1.3.4
5+
-----
6+
7+
* Исправлена работа опции [compareAttributesAsJSON](https://github.com/bem/html-differ/blob/v1.3.4/README.ru.md#compareattributesasjson-array) (подробнее [#142]).
8+
49
1.3.3
510
-----
611

@@ -113,6 +118,7 @@
113118
* Добавлено тестирование покрытия кода и статуса зависимостей.
114119
* Добавлены JSDocs.
115120

121+
[#142]: https://github.com/bem/html-differ/pull/142
116122
[#138]: https://github.com/bem/html-differ/issues/138
117123
[#131]: https://github.com/bem/html-differ/issues/131
118124
[#106]: https://github.com/bem/html-differ/issues/106

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.3",
3+
"version": "1.3.4",
44
"description": "Compares two HTML",
55
"keywords": [
66
"html-differ",

0 commit comments

Comments
 (0)