From 598d48ef83959fa3f28decfff60d7fbb0ef8e971 Mon Sep 17 00:00:00 2001 From: Alois Klink Date: Wed, 29 Jun 2022 18:21:14 +0100 Subject: [PATCH] chore: publish v2.0.0 of remark-mermaid-dataurl 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. --- 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 f307fa7..53975c3 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.0] - 2022-06-29 + ### Breaking Changes - NodeJS 14.1 is the minimum supported version diff --git a/package-lock.json b/package-lock.json index 27ec5c8..9364217 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remark-mermaid-dataurl", - "version": "1.1.1", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remark-mermaid-dataurl", - "version": "1.1.1", + "version": "2.0.0", "license": "MIT", "dependencies": { "@mermaid-js/mermaid-cli": "^9.1.2", diff --git a/package.json b/package.json index 235a36a..2eb51c2 100644 --- a/package.json +++ b/package.json @@ -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": {