diff --git a/CHANGELOG.md b/CHANGELOG.md index 764eb3822..5b7ce76db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.16.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.15.0...v3.16.0) (2023-06-27) + + +### Features + +* **changelog:** Add extract changelogs ([#348](https://github.com/yandex-cloud/yfm-docs/issues/348)) ([a8d096d](https://github.com/yandex-cloud/yfm-docs/commit/a8d096d6a9ff95dd88eb147df064e13b6494c8c3)) + ## [3.15.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.14.0...v3.15.0) (2023-06-27) diff --git a/package-lock.json b/package-lock.json index 9198c2fad..a9771c3d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@doc-tools/docs", - "version": "3.15.0", + "version": "3.16.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3de994971..d1211731f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "Yandex Data UI Team ", "description": "Make documentation using yfm-docs in Markdown and HTML formats", "license": "MIT", - "version": "3.15.0", + "version": "3.16.0", "repository": { "type": "git", "url": "git@github.com:yandex-cloud/yfm-docs.git"