diff --git a/CHANGELOG.md b/CHANGELOG.md index c3a9f3b8..1cd73725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.2.2](https://github.com/diplodoc-platform/cli/compare/v4.2.1...v4.2.2) (2023-10-30) + + +### Bug Fixes + +* **copyFile:** With network storage shell.cp faster than copyFileSync ([b6a1a6b](https://github.com/diplodoc-platform/cli/commit/b6a1a6babfcf12bd3a38535481873154d2c919fd)) +* **infra:** engines, overrides, bump deps ([961452c](https://github.com/diplodoc-platform/cli/commit/961452cb8977cada6ecbb51c6349e34ce5cfdf87)) + ## [4.2.1](https://github.com/diplodoc-platform/cli/compare/v4.2.0...v4.2.1) (2023-10-26) diff --git a/package-lock.json b/package-lock.json index 6898d78f..6a919dd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diplodoc/cli", - "version": "4.2.1", + "version": "4.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diplodoc/cli", - "version": "4.2.1", + "version": "4.2.2", "license": "MIT", "dependencies": { "@apidevtools/swagger-parser": "^10.1.0", diff --git a/package.json b/package.json index 4d5451ae..8d77e468 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.1", + "version": "4.2.2", "repository": { "type": "git", "url": "git@github.com:diplodoc-platform/cli.git"