diff --git a/CHANGELOG.md b/CHANGELOG.md index c6ee0bd5..d292e366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [14.4.0](https://github.com/gravity-ui/markdown-editor/compare/v14.3.1...v14.4.0) (2024-11-22) + + +### Features + +* add directiveSyntax experiment ([ed85f71](https://github.com/gravity-ui/markdown-editor/commit/ed85f7116e419451bb7bad19ac4c96d88d0ee7cc)) +* **YfmCut:** support directiveSyntax experiment ([da8fef7](https://github.com/gravity-ui/markdown-editor/commit/da8fef765e3eb35e4e19d92491d089c583099a6f)) +* **YfmFile:** import plugin and consts from file-extension ([#488](https://github.com/gravity-ui/markdown-editor/issues/488)) ([3d68c53](https://github.com/gravity-ui/markdown-editor/commit/3d68c5353b25e91fcb5088a33d66b3a05a516b43)) + ## [14.3.1](https://github.com/gravity-ui/markdown-editor/compare/v14.3.0...v14.3.1) (2024-11-21) diff --git a/package-lock.json b/package-lock.json index f0bbf3d3..ef16eb75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/markdown-editor", - "version": "14.3.1", + "version": "14.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/markdown-editor", - "version": "14.3.1", + "version": "14.4.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 42b9e3f8..3d30f482 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/markdown-editor", - "version": "14.3.1", + "version": "14.4.0", "description": "Markdown wysiwyg and markup editor", "license": "MIT", "repository": {