From 5fce77f315d4bdd6b5b8609e3a5b2aeb07200e6a Mon Sep 17 00:00:00 2001 From: YC UI Bot <95919151+yc-ui-bot@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:36:19 +0300 Subject: [PATCH] chore(master): release 1.3.0 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5c9abf..2c5847d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.3.0](https://github.com/diplodoc-platform/mermaid-extension/compare/v1.2.3...v1.3.0) (2024-10-09) + + +### Features + +* export nodejs version ([d9d877a](https://github.com/diplodoc-platform/mermaid-extension/commit/d9d877a93fbddb668b21e242e967ee874103593f)) + + +### Bug Fixes + +* **example:** fixed example build ([d1bb1cd](https://github.com/diplodoc-platform/mermaid-extension/commit/d1bb1cd56379879cb8c70ef4a9be62497e4a8a24)) +* exports ([46d9266](https://github.com/diplodoc-platform/mermaid-extension/commit/46d9266d13cde85fbdee5d8a7992dfadc9770735)) +* plugin exports ([9b6c4fe](https://github.com/diplodoc-platform/mermaid-extension/commit/9b6c4febca7710145cafb7fa318684ca4cc408b5)) + ## [1.2.3](https://github.com/diplodoc-platform/mermaid-extension/compare/v1.2.2...v1.2.3) (2024-04-27) diff --git a/package-lock.json b/package-lock.json index 16bec1a..2806fcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diplodoc/mermaid-extension", - "version": "1.2.3", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diplodoc/mermaid-extension", - "version": "1.2.3", + "version": "1.3.0", "license": "MIT", "dependencies": { "@gravity-ui/icons": "^2.8.1", diff --git a/package.json b/package.json index 92fd08e..f914c3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@diplodoc/mermaid-extension", - "version": "1.2.3", + "version": "1.3.0", "description": "Mermaid plugin for Diplodoc transformer and builder", "main": "build/plugin/index.js", "types": "build/plugin/index.d.ts",