diff --git a/CHANGELOG.md b/CHANGELOG.md index d06f3b233..023572013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.2.0](https://github.com/diplodoc-platform/cli/compare/v4.1.0...v4.2.0) (2023-10-12) + + +### Features + +* cleanup packages ([5155a46](https://github.com/diplodoc-platform/cli/commit/5155a461cc62f1d57922caf9fa51cb764a9d1ebc)) +* configs ([ecc3c57](https://github.com/diplodoc-platform/cli/commit/ecc3c57367768455bb16ecf3ed77dd37f0a19ec8)) + + +### Bug Fixes + +* install babel core ([b6a785b](https://github.com/diplodoc-platform/cli/commit/b6a785b33edbfd33a24fc08de502d90908dcb01b)) + ## [4.1.0](https://github.com/diplodoc-platform/cli/compare/v4.0.0...v4.1.0) (2023-10-04) diff --git a/package-lock.json b/package-lock.json index a3580c4a9..99f56ff95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@diplodoc/cli", - "version": "4.1.0", + "version": "4.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 733a8d040..964e329a7 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.1.0", + "version": "4.2.0", "repository": { "type": "git", "url": "git@github.com:diplodoc-platform/cli.git"