diff --git a/CHANGELOG.md b/CHANGELOG.md index f35546a..d8c5c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.6.1](https://github.com/diplodoc-platform/client/compare/v2.6.0...v2.6.1) (2024-04-15) + + +### Bug Fixes + +* preprocess types ([#45](https://github.com/diplodoc-platform/client/issues/45)) ([6b21901](https://github.com/diplodoc-platform/client/commit/6b2190124915e6723256b32de39a54ff022bbe45)) + ## [2.6.0](https://github.com/diplodoc-platform/client/compare/v2.5.0...v2.6.0) (2024-04-15) diff --git a/package-lock.json b/package-lock.json index 024b93f..85696b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diplodoc/client", - "version": "2.6.0", + "version": "2.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diplodoc/client", - "version": "2.6.0", + "version": "2.6.1", "license": "ISC", "dependencies": { "@diplodoc/latex-extension": "^1.0.2", diff --git a/package.json b/package.json index 3388e70..e18d7b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@diplodoc/client", - "version": "2.6.0", + "version": "2.6.1", "description": "", "main": "./build/server/app.js", "scripts": {