Skip to content

Commit

Permalink
chore: publish v3.0.0 of remark-mermaid-dataurl
Browse files Browse the repository at this point in the history
BREAKING CHANGES
----------------

- Bump required Node.JS version to 18.19
- Updated `@mermaid-js/mermaid-cli` to `^11`

Dependencies
------------

- Updated `puppeteer` to `^23`
- Updated `unist-util-visit` to `^5`
- Updated `vfile` to `^6`
  • Loading branch information
aloisklink committed Oct 12, 2024
1 parent 959d632 commit 2b5119c
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]

## [3.0.0] - 2024-10-13

### BREAKING CHANGES

- Bump required Node.JS version to 18.19
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.1.1",
"version": "3.0.0",
"description": "A remark plugin for Markdown that replaces mermaid graphs with dataurls",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2b5119c

Please sign in to comment.