From 8435f0221ff2296b30e587593249794e7cc863f3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Nov 2024 22:16:07 +0000 Subject: [PATCH] chore: 6.0.1 [skip ci] ## [6.0.1](https://github.com/dword-design/vue-mermaid-string/compare/v6.0.0...v6.0.1) (2024-11-14) ### Bug Fixes * lock file maintenance ([#213](https://github.com/dword-design/vue-mermaid-string/issues/213)) ([2c28b1d](https://github.com/dword-design/vue-mermaid-string/commit/2c28b1d087e2764672615acb331c438a15a071c4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bf00fa..484e53d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.1](https://github.com/dword-design/vue-mermaid-string/compare/v6.0.0...v6.0.1) (2024-11-14) + + +### Bug Fixes + +* lock file maintenance ([#213](https://github.com/dword-design/vue-mermaid-string/issues/213)) ([2c28b1d](https://github.com/dword-design/vue-mermaid-string/commit/2c28b1d087e2764672615acb331c438a15a071c4)) + # [6.0.0](https://github.com/dword-design/vue-mermaid-string/compare/v5.0.1...v6.0.0) (2024-04-18) diff --git a/package.json b/package.json index 9590340..db3370e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-mermaid-string", - "version": "6.0.0", + "version": "6.0.1", "description": "A Vue.js component that turns a Mermaid string into a diagram.", "repository": "dword-design/vue-mermaid-string", "funding": "https://github.com/sponsors/dword-design",