From 0d7179c17950327881d1c428097cadf248ee00e1 Mon Sep 17 00:00:00 2001 From: Alois Klink Date: Sat, 4 Mar 2023 22:01:14 +0000 Subject: [PATCH] docs(CHANGELOG): add entry to Mermaid v10 change Add CHANGELOG.md entry for Mermaid v10 change. As far as I'm aware, we're protected from any breaking changes, so this will just be a PATCH release. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 504c0c3..04b5d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 via `mermaid-cli` on `chalk`. See [mermaid-js/mermaid-cli@`57781f7`](https://github.com/mermaid-js/mermaid-cli/commit/57781f707a3665121c6cbc1f96fd202c1980db4a). +### Dependencies + +- Updated `@mermaid-js/mermaid-cli` from `^9.1.6` to `^10.0.0`, + see [mermaid-js/mermaid-cli@10.0.0 release notes](https://github.com/mermaid-js/mermaid-cli/releases/tag/10.0.0) + and [mermaid@10.0.0 release notes](https://github.com/mermaid-js/mermaid/releases/tag/v10.0.0). + + It looks like the main breaking changes are to do with Mermaid's API, + but there are no breaking changes to `mermaid-cli`, or this package. + ## [2.0.6] - 2022-11-13 ### Fixed