diff --git a/CHANGELOG.md b/CHANGELOG.md index a46bda6b..c3a9f3b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.2.1](https://github.com/diplodoc-platform/cli/compare/v4.2.0...v4.2.1) (2023-10-26) + + +### Bug Fixes + +* linting errors ([ec72aeb](https://github.com/diplodoc-platform/cli/commit/ec72aebf011b9e64f70621fee6b1d6067459d01a)) + ## [4.2.0](https://github.com/diplodoc-platform/cli/compare/v4.1.0...v4.2.0) (2023-10-24) diff --git a/package-lock.json b/package-lock.json index 5232c65b..fbf85266 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diplodoc/cli", - "version": "4.2.0", + "version": "4.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diplodoc/cli", - "version": "4.2.0", + "version": "4.2.1", "license": "MIT", "dependencies": { "@apidevtools/swagger-parser": "^10.1.0", diff --git a/package.json b/package.json index c0c25e00..8a41f496 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.2.0", + "version": "4.2.1", "repository": { "type": "git", "url": "git@github.com:diplodoc-platform/cli.git"