From eeedebf5d6698df51e7c9f8c02d82741fba4a4e5 Mon Sep 17 00:00:00 2001 From: YC UI Bot <95919151+yc-ui-bot@users.noreply.github.com> Date: Fri, 20 Sep 2024 18:43:18 +0300 Subject: [PATCH] chore(master): release 2.8.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b47d9c..cd570e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.8.1](https://github.com/diplodoc-platform/client/compare/v2.8.0...v2.8.1) (2024-09-20) + + +### Bug Fixes + +* Fix build imports linking mode ([e0e4d09](https://github.com/diplodoc-platform/client/commit/e0e4d09b6f47b1174068aa82e7dd36f230af6945)) +* update transform & components ([#62](https://github.com/diplodoc-platform/client/issues/62)) ([caf0047](https://github.com/diplodoc-platform/client/commit/caf00477db5106309be270047607a93b0565da27)) + ## [2.8.0](https://github.com/diplodoc-platform/client/compare/v2.7.0...v2.8.0) (2024-09-17) ### Features diff --git a/package-lock.json b/package-lock.json index c35f5c7..724089a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diplodoc/client", - "version": "2.8.0", + "version": "2.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diplodoc/client", - "version": "2.8.0", + "version": "2.8.1", "license": "ISC", "dependencies": { "@diplodoc/latex-extension": "^1.0.2", diff --git a/package.json b/package.json index df961a7..e5963e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@diplodoc/client", - "version": "2.8.0", + "version": "2.8.1", "description": "", "main": "./build/server/app.js", "scripts": {