Skip to content

Commit

Permalink
chore: publish v2.0.0 of remark-mermaid-dataurl
Browse files Browse the repository at this point in the history
Breaking Changes
================

- NodeJS 14.1 is the minimum supported version
- The minimum version of `mermaid-cli` has been bumped to `^9.1.2`.
  This has caused the following **BREAKING CHANGES**:
  - `mermaid` is now version `^9.0.0`
    - [Full CHANGELOG](https://github.com/mermaid-js/mermaid/releases/tag/9.0.0)
    - **BREAKING CHANGE**: `gitGraph`'s have been reinvented
      - The main branch is now called `main`, not `master`.
      - Plus numerous other `gitgraph changes, please see
        mermaid release notes.
  - `puppeteer` is now version `^14.1.0`
    - **BREAKING CHANGE**:
      NodeJS 14 is the minimum supported version now.
  • Loading branch information
aloisklink committed Jun 29, 2022
1 parent 378292e commit 598d48e
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.0] - 2022-06-29

### Breaking Changes

- NodeJS 14.1 is the minimum supported version
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": "1.1.1",
"version": "2.0.0",
"description": "A remark plugin for Markdown that replaces mermaid graphs with dataurls",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 598d48e

Please sign in to comment.