diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cd73725..36f15da3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.3.0](https://github.com/diplodoc-platform/cli/compare/v4.2.2...v4.3.0) (2023-11-15) + + +### Features + +* **cmd/xliff:** inline segmentation variables, liquid ([ccb96db](https://github.com/diplodoc-platform/cli/commit/ccb96dbc7237c6cfa24faf6c49c519046c19dcba)) + ## [4.2.2](https://github.com/diplodoc-platform/cli/compare/v4.2.1...v4.2.2) (2023-10-30) diff --git a/package-lock.json b/package-lock.json index ed6df98a..8240be50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diplodoc/cli", - "version": "4.2.2", + "version": "4.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diplodoc/cli", - "version": "4.2.2", + "version": "4.3.0", "license": "MIT", "dependencies": { "@apidevtools/swagger-parser": "^10.1.0", diff --git a/package.json b/package.json index 66abf47d..4479790e 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.2", + "version": "4.3.0", "repository": { "type": "git", "url": "git@github.com:diplodoc-platform/cli.git"