From f861638761bd95e2dc2aa347b1894c4763495d3f Mon Sep 17 00:00:00 2001 From: egavr Date: Sun, 20 Mar 2016 14:15:28 +0300 Subject: [PATCH] v0.2.0 --- CHANGELOG.md | 10 ++++++++++ CHANGELOG.ru.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9bb954..1d78b46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ History of changes ================== +0.2.0 +----- + +* Added the ability to [redefine anchors](https://github.com/eGavr/toc-md#redefinition-of-anchors) for headers in a TOC (see [#16]). +* Added supporting of `node@0.12.x` and `node@4.x`. +* Fixed handling of HTML tags in headers (see [#17]). + 0.1.0 ----- @@ -21,3 +28,6 @@ History of changes ----- * Initial release. + +[#16]: https://github.com/eGavr/toc-md/issues/16 +[#17]: https://github.com/eGavr/toc-md/pull/17 diff --git a/CHANGELOG.ru.md b/CHANGELOG.ru.md index 9e8c148..68c9aef 100644 --- a/CHANGELOG.ru.md +++ b/CHANGELOG.ru.md @@ -1,6 +1,13 @@ История изменений ================== +0.2.0 +----- + +* Добавлена возможность [переопределения якорей](https://github.com/eGavr/toc-md/blob/master/README.ru.md#Переопределение-якорей) для заголовков в оглавлении (подробнее [#16]). +* Добавлена поддержка `node@0.12.x` и `node@4.x`. +* Исправлена обработка HTML-тегов в заголовках (подробнее [#17]). + 0.1.0 ----- @@ -21,3 +28,6 @@ ----- * Первоначальный релиз. + +[#16]: https://github.com/eGavr/toc-md/issues/16 +[#17]: https://github.com/eGavr/toc-md/pull/17 diff --git a/package.json b/package.json index 823f823..f2a65e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toc-md", - "version": "0.1.0", + "version": "0.2.0", "description": "Generates a markdown TOC (table of contents)", "keywords": [ "readme",