diff --git a/CHANGELOG.md b/CHANGELOG.md index e97c7b40..d9599a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.45.3](https://github.com/diplodoc-platform/cli/compare/v4.45.2...v4.45.3) (2024-11-18) + + +### Bug Fixes + +* check if output parameter is located inside root ([#896](https://github.com/diplodoc-platform/cli/issues/896)) ([69296e7](https://github.com/diplodoc-platform/cli/commit/69296e727af3a78f82e67b846142ee442f579499)) + ## [4.45.2](https://github.com/diplodoc-platform/cli/compare/v4.45.1...v4.45.2) (2024-11-18) diff --git a/package-lock.json b/package-lock.json index 981489af..9ccdcc3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diplodoc/cli", - "version": "4.45.2", + "version": "4.45.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diplodoc/cli", - "version": "4.45.2", + "version": "4.45.3", "license": "MIT", "dependencies": { "@diplodoc/client": "^3.1.8", diff --git a/package.json b/package.json index dafc08ef..09d4c8af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@diplodoc/cli", - "version": "4.45.2", + "version": "4.45.3", "description": "Make documentation using yfm-docs in Markdown and HTML formats", "keywords": [ "markdown",