Skip to content

Commit 1fa1621

Browse files
committed
v1.3.2
1 parent 3c5b6f0 commit 1fa1621

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.2
5+
-----
6+
7+
* Fixed the bug with comparison of screened text (see [#131]).
8+
49
1.3.1
510
-----
611

@@ -102,6 +107,7 @@ History of changes
102107
* Added testing of code coverage and dependencies status.
103108
* Added JSDocs.
104109

110+
[#131]: https://github.com/bem/html-differ/issues/131
105111
[#106]: https://github.com/bem/html-differ/issues/106
106112
[#110]: https://github.com/bem/html-differ/pull/110
107113
[#111]: https://github.com/bem/html-differ/pull/111

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.2
5+
-----
6+
7+
* Исправлена ошибка при сравнении экранированного текста (подробнее [#131]).
8+
49
1.3.1
510
-----
611

@@ -102,6 +107,7 @@
102107
* Добавлено тестирование покрытия кода и статуса зависимостей.
103108
* Добавлены JSDocs.
104109

110+
[#131]: https://github.com/bem/html-differ/issues/131
105111
[#106]: https://github.com/bem/html-differ/issues/106
106112
[#110]: https://github.com/bem/html-differ/pull/110
107113
[#111]: https://github.com/bem/html-differ/pull/111

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

0 commit comments

Comments
 (0)