diff --git a/CHANGELOG.md b/CHANGELOG.md index c6e69ca1..b64f096d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.42.0](https://github.com/diplodoc-platform/cli/compare/v4.41.0...v4.42.0) (2024-10-29) + + +### Features + +* Move toc to separated script for html build ([40e976a](https://github.com/diplodoc-platform/cli/commit/40e976ae680afa8bbb798d411690f08dfa5aa9e4)) + + +### Bug Fixes + +* Fix liquid processing for toc.yaml ([938a817](https://github.com/diplodoc-platform/cli/commit/938a8174c5496a82ba1fa6167dbfe4612af85f95)) + ## [4.41.0](https://github.com/diplodoc-platform/cli/compare/v4.40.0...v4.41.0) (2024-10-28) diff --git a/package-lock.json b/package-lock.json index 2246b261..220c2c9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diplodoc/cli", - "version": "4.41.0", + "version": "4.42.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diplodoc/cli", - "version": "4.41.0", + "version": "4.42.0", "license": "MIT", "dependencies": { "@diplodoc/client": "^3.1.3", diff --git a/package.json b/package.json index 7f650016..8cee71d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@diplodoc/cli", - "version": "4.41.0", + "version": "4.42.0", "description": "Make documentation using yfm-docs in Markdown and HTML formats", "keywords": [ "markdown",