From af0b76d4c6fdc14cabc8855bc05731ae0b983eed Mon Sep 17 00:00:00 2001
From: Alois Klink <alois@aloisklink.com>
Date: Sun, 5 Mar 2023 01:59:49 +0000
Subject: [PATCH] chore: publish v2.0.7 of remark-mermaid-dataurl

Fixed
=====

- Fix minimum support Node versions to `^14.13 || >=16.0`.
  This was always the case, due to a transitive dependency
  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.
---
 CHANGELOG.md      | 2 ++
 package-lock.json | 4 ++--
 package.json      | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 04b5d0e..8ba9eb2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [2.0.7] - 2023-03-05
+
 ### Fixed
 
 - Fix minimum support Node versions to `^14.13 || >=16.0`.
diff --git a/package-lock.json b/package-lock.json
index c648cb0..aa5552b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "remark-mermaid-dataurl",
-  "version": "2.0.6",
+  "version": "2.0.7",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "remark-mermaid-dataurl",
-      "version": "2.0.6",
+      "version": "2.0.7",
       "license": "MIT",
       "dependencies": {
         "@mermaid-js/mermaid-cli": "^10.0.0",
diff --git a/package.json b/package.json
index 70b3390..d45ae3d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "remark-mermaid-dataurl",
-  "version": "2.0.6",
+  "version": "2.0.7",
   "description": "A remark plugin for Markdown that replaces mermaid graphs with dataurls",
   "main": "index.js",
   "scripts": {