Skip to content

Commit debdf98

Browse files
committed
Merge pull request #22 from eGavr/version/0.2.0
v0.2.0
2 parents dc40fff + f861638 commit debdf98

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG.md

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

4+
0.2.0
5+
-----
6+
7+
* Added the ability to [redefine anchors](https://github.com/eGavr/toc-md#redefinition-of-anchors) for headers in a TOC (see [#16]).
8+
* Added supporting of `[email protected]` and `[email protected]`.
9+
* Fixed handling of HTML tags in headers (see [#17]).
10+
411
0.1.0
512
-----
613

@@ -21,3 +28,6 @@ History of changes
2128
-----
2229

2330
* Initial release.
31+
32+
[#16]: https://github.com/eGavr/toc-md/issues/16
33+
[#17]: https://github.com/eGavr/toc-md/pull/17

CHANGELOG.ru.md

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

4+
0.2.0
5+
-----
6+
7+
* Добавлена возможность [переопределения якорей](https://github.com/eGavr/toc-md/blob/master/README.ru.md#Переопределение-якорей) для заголовков в оглавлении (подробнее [#16]).
8+
* Добавлена поддержка `[email protected]` и `[email protected]`.
9+
* Исправлена обработка HTML-тегов в заголовках (подробнее [#17]).
10+
411
0.1.0
512
-----
613

@@ -21,3 +28,6 @@
2128
-----
2229

2330
* Первоначальный релиз.
31+
32+
[#16]: https://github.com/eGavr/toc-md/issues/16
33+
[#17]: https://github.com/eGavr/toc-md/pull/17

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "toc-md",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Generates a markdown TOC (table of contents)",
55
"keywords": [
66
"readme",

0 commit comments

Comments
 (0)