diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a6d835b..6358bb04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.31.0](https://github.com/diplodoc-platform/cli/compare/v4.30.0...v4.31.0) (2024-06-06) + + +### Features + +* add version log ([3fefc16](https://github.com/diplodoc-platform/cli/commit/3fefc16c9bb275ed2819a2edd2f59d7313aa6007)) + ## [4.30.0](https://github.com/diplodoc-platform/cli/compare/v4.29.0...v4.30.0) (2024-06-05) diff --git a/package-lock.json b/package-lock.json index 82d528b8..882c4d37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diplodoc/cli", - "version": "4.30.0", + "version": "4.31.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diplodoc/cli", - "version": "4.30.0", + "version": "4.31.0", "license": "MIT", "dependencies": { "@diplodoc/client": "^2.6.2", diff --git a/package.json b/package.json index 2f146113..fd12af99 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.30.0", + "version": "4.31.0", "repository": { "type": "git", "url": "git@github.com:diplodoc-platform/cli.git"