diff --git a/CHANGELOG.md b/CHANGELOG.md index e79b1eed..2730a48c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.36.2](https://github.com/diplodoc-platform/cli/compare/v4.36.1...v4.36.2) (2024-09-17) + + +### Bug Fixes + +* add useLegacyConditions option, disable forceQuotes in yaml ([#829](https://github.com/diplodoc-platform/cli/issues/829)) ([a0e77b4](https://github.com/diplodoc-platform/cli/commit/a0e77b4c04fad1dcdd1dd6eaa8a8c0fbb8a2d4a1)) + ## [4.36.1](https://github.com/diplodoc-platform/cli/compare/v4.36.0...v4.36.1) (2024-09-17) diff --git a/package-lock.json b/package-lock.json index 26528237..c1f2a6cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diplodoc/cli", - "version": "4.36.1", + "version": "4.36.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diplodoc/cli", - "version": "4.36.1", + "version": "4.36.2", "license": "MIT", "dependencies": { "@diplodoc/client": "^2.7.0", diff --git a/package.json b/package.json index c6142479..cff12416 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.36.1", + "version": "4.36.2", "repository": { "type": "git", "url": "git@github.com:diplodoc-platform/cli.git"