diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ff385272..d28d0520f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [4.19.0](https://github.com/diplodoc-platform/cli/compare/v4.18.0...v4.19.0) (2024-04-01) + + +### Features + +* add redirect url for non-lang mode ([8c40c77](https://github.com/diplodoc-platform/cli/commit/8c40c777626bf361bfbf5fa1332180ada64827ec)) +* add redirect url for non-lang mode & update tests ([ee9b968](https://github.com/diplodoc-platform/cli/commit/ee9b968ba61fa61137f773c15884c277770947c5)) +* add static redirect page ([f0a9a8d](https://github.com/diplodoc-platform/cli/commit/f0a9a8dd224dbece649a2fa11fbbbd24f5f885b2)) +* copy yaml assets ([#707](https://github.com/diplodoc-platform/cli/issues/707)) ([0d3293c](https://github.com/diplodoc-platform/cli/commit/0d3293c5d3936fb7fdeb065a3becb6292542df73)) + + +### Bug Fixes + +* lint ([286fb30](https://github.com/diplodoc-platform/cli/commit/286fb30ff1580fc541517398e7bf4076a71448c7)) + ## [4.18.0](https://github.com/diplodoc-platform/cli/compare/v4.17.1...v4.18.0) (2024-03-26) diff --git a/package-lock.json b/package-lock.json index a02f8a3ed..962218ba9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diplodoc/cli", - "version": "4.18.0", + "version": "4.19.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diplodoc/cli", - "version": "4.18.0", + "version": "4.19.0", "license": "MIT", "dependencies": { "@diplodoc/client": "^2.2.0", diff --git a/package.json b/package.json index 32f35c7c2..5ff03d1ba 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.18.0", + "version": "4.19.0", "repository": { "type": "git", "url": "git@github.com:diplodoc-platform/cli.git"