From 1f971cce8132eede4631bc774c5aa796dc6a54a2 Mon Sep 17 00:00:00 2001 From: YC UI Bot <95919151+yc-ui-bot@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:36:34 +0300 Subject: [PATCH] chore(master): release 4.19.0 (#711) --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ff38527..1df7da25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # 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)) +* update @diplodoc/client@2.4.0 ([#713](https://github.com/diplodoc-platform/cli/issues/713)) ([b69e50b](https://github.com/diplodoc-platform/cli/commit/b69e50b709c4e8fbf951c6783bb4273ee25b98e7)) + + +### 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 8c482ea7..1d0c9127 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.4.0", diff --git a/package.json b/package.json index 775de140..e9be3f75 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"