diff --git a/CHANGELOG.md b/CHANGELOG.md index c2fceac5..238b7ab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.36.0](https://github.com/diplodoc-platform/cli/compare/v4.35.3...v4.36.0) (2024-09-17) + + +### Features + +* add included option ([#828](https://github.com/diplodoc-platform/cli/issues/828)) ([c00ee30](https://github.com/diplodoc-platform/cli/commit/c00ee30a56248bb00518dc7ecd8e99edd6dcfe58)) +* bump transform version ([ca73c1c](https://github.com/diplodoc-platform/cli/commit/ca73c1c325267a6ff12fe0948789a71928e7f5d3)) + + +### Bug Fixes + +* upload logs ([9ad49e8](https://github.com/diplodoc-platform/cli/commit/9ad49e878b02cb742dccd8129ee19294d9e35253)) + ## [4.35.3](https://github.com/diplodoc-platform/cli/compare/v4.35.2...v4.35.3) (2024-09-02) diff --git a/package-lock.json b/package-lock.json index e32ca643..a8eb3c57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diplodoc/cli", - "version": "4.35.3", + "version": "4.36.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diplodoc/cli", - "version": "4.35.3", + "version": "4.36.0", "license": "MIT", "dependencies": { "@diplodoc/client": "^2.7.0", diff --git a/package.json b/package.json index 5a0007c1..b72f9be4 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.35.3", + "version": "4.36.0", "repository": { "type": "git", "url": "git@github.com:diplodoc-platform/cli.git"