diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc2007..6e71532 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.2](https://github.com/diplodoc-platform/mermaid-extension/compare/v1.3.1...v1.3.2) (2024-11-01) + + +### Bug Fixes + +* Fix bundling for static build ([858de62](https://github.com/diplodoc-platform/mermaid-extension/commit/858de6236dfd76942f8c440a447bd410324818ca)) + ## [1.3.1](https://github.com/diplodoc-platform/mermaid-extension/compare/v1.3.0...v1.3.1) (2024-10-10) diff --git a/package-lock.json b/package-lock.json index 712e4a5..b1499f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diplodoc/mermaid-extension", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diplodoc/mermaid-extension", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "dependencies": { "@gravity-ui/icons": "^2.8.1", diff --git a/package.json b/package.json index 3a49233..f63888b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@diplodoc/mermaid-extension", - "version": "1.3.1", + "version": "1.3.2", "description": "Mermaid plugin for Diplodoc transformer and builder", "main": "build/plugin/index.js", "types": "build/plugin/index.d.ts",