diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ff385272..07f0e270e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.19.0](https://github.com/diplodoc-platform/cli/compare/v4.18.0...v4.19.0) (2024-03-29) + + +### Features + +* copy yaml assets ([#707](https://github.com/diplodoc-platform/cli/issues/707)) ([0d3293c](https://github.com/diplodoc-platform/cli/commit/0d3293c5d3936fb7fdeb065a3becb6292542df73)) + ## [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"