Skip to content

Commit f07ac24

Browse files
committed
v1.1.0
1 parent 0eeb02d commit f07ac24

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-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.1.0
5+
-----
6+
7+
* Added supporting of _masks_ in HTML (see [#5]).
8+
49
1.0.8
510
-----
611

@@ -84,3 +89,4 @@ History of changes
8489
[#2]: https://github.com/bem/html-differ/pull/110
8590
[#3]: https://github.com/bem/html-differ/pull/111
8691
[#4]: https://github.com/bem/html-differ/issues/116
92+
[#5]: https://github.com/bem/html-differ#masks

CHANGELOG.ru.md

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

4+
1.1.0
5+
-----
6+
7+
* Добавлена поддержка _масок_ в HTML (подробнее [#5]).
8+
49
1.0.8
510
-----
611

@@ -84,3 +89,5 @@
8489
[#2]: https://github.com/bem/html-differ/pull/110
8590
[#3]: https://github.com/bem/html-differ/pull/111
8691
[#4]: https://github.com/bem/html-differ/issues/116
92+
[#5]: https://github.com/bem/html-differ/blob/master/README.ru.md#%D0%9C%D0%B0%D1%81%D0%BA%D0%B8
93+

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

0 commit comments

Comments
 (0)