diff --git a/CHANGELOG.md b/CHANGELOG.md index 506a064f..f504c8b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.19.2](https://github.com/diplodoc-platform/cli/compare/v4.19.1...v4.19.2) (2024-04-02) + + +### Bug Fixes + +* process only yaml files in toc ([#717](https://github.com/diplodoc-platform/cli/issues/717)) ([0869419](https://github.com/diplodoc-platform/cli/commit/08694197a60256f9b81087ace6f3e0a3d5f5d989)) + ## [4.19.1](https://github.com/diplodoc-platform/cli/compare/v4.19.0...v4.19.1) (2024-04-02) diff --git a/package-lock.json b/package-lock.json index 641eaa65..f3e68457 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diplodoc/cli", - "version": "4.19.1", + "version": "4.19.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diplodoc/cli", - "version": "4.19.1", + "version": "4.19.2", "license": "MIT", "dependencies": { "@diplodoc/client": "^2.4.0", diff --git a/package.json b/package.json index 73a136d2..36de15ee 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": "4.19.1", + "version": "4.19.2", "repository": { "type": "git", "url": "git@github.com:diplodoc-platform/cli.git"