Skip to content

Commit

Permalink
chore: publish v2.0.7 of remark-mermaid-dataurl
Browse files Browse the repository at this point in the history
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`](mermaid-js/mermaid-cli@57781f7).

Dependencies
============

- Updated `@mermaid-js/mermaid-cli` from `^9.1.6` to `^10.0.0`,
  see [mermaid-js/[email protected] release notes](https://github.com/mermaid-js/mermaid-cli/releases/tag/10.0.0)
  and [[email protected] 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.
  • Loading branch information
aloisklink committed Mar 5, 2023
1 parent 0d7179c commit af0b76d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit af0b76d

Please sign in to comment.