diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ca7a1a9..f214d637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.3.2](https://github.com/diplodoc-platform/cli/compare/v4.3.1...v4.3.2) (2023-11-17) + + +### Bug Fixes + +* **cmd/xliff:** inline segmentation variables, liquid ([a6cc17f](https://github.com/diplodoc-platform/cli/commit/a6cc17f7fc82285f3fd6854159d42ee8bfe4c194)) + ## [4.3.1](https://github.com/diplodoc-platform/cli/compare/v4.3.0...v4.3.1) (2023-11-16) diff --git a/package-lock.json b/package-lock.json index 9542465e..0a29c6a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diplodoc/cli", - "version": "4.3.1", + "version": "4.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diplodoc/cli", - "version": "4.3.1", + "version": "4.3.2", "license": "MIT", "dependencies": { "@apidevtools/swagger-parser": "^10.1.0", diff --git a/package.json b/package.json index 7797a472..b1fb2adf 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.3.1", + "version": "4.3.2", "repository": { "type": "git", "url": "git@github.com:diplodoc-platform/cli.git"