diff --git a/CHANGELOG.md b/CHANGELOG.md index fa0fead9..94dba0c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.44.1](https://github.com/diplodoc-platform/cli/compare/v4.44.0...v4.44.1) (2024-11-13) + + +### Bug Fixes + +* Fix CSP tag generation ([8b64d8a](https://github.com/diplodoc-platform/cli/commit/8b64d8a7fefa47995b95cfd16bd952c3fd370c6c)) +* Fix missed toc data for static-content ([b24876b](https://github.com/diplodoc-platform/cli/commit/b24876b1568e2f783828f104d4986c4d8979d1c1)) +* pc types & @diplodoc/client update ([e8c8f55](https://github.com/diplodoc-platform/cli/commit/e8c8f554f319961d83e28aff5d2173baaa684f85)) + ## [4.44.0](https://github.com/diplodoc-platform/cli/compare/v4.43.1...v4.44.0) (2024-11-11) diff --git a/package-lock.json b/package-lock.json index 01178df7..9bb8de90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diplodoc/cli", - "version": "4.44.0", + "version": "4.44.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diplodoc/cli", - "version": "4.44.0", + "version": "4.44.1", "license": "MIT", "dependencies": { "@diplodoc/client": "^3.1.8", diff --git a/package.json b/package.json index 3428cfba..1995210b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@diplodoc/cli", - "version": "4.44.0", + "version": "4.44.1", "description": "Make documentation using yfm-docs in Markdown and HTML formats", "keywords": [ "markdown",