Skip to content

Commit

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

- Share a single puppeteer browser instance for all mermaid images.
  [`9bccb09`](9bccb09)

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

- Updated puppeteer from `^16.0.0` to `^18.0.4`
  • Loading branch information
aloisklink committed Sep 29, 2022
1 parent 3997eed commit 7e54883
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.4] - 2022-09-29

### Performance

- Share a single puppeteer browser instance for all mermaid images.
[`9bccb09`](https://github.com/aloisklink/remark-mermaid-dataurl/commit/9bccb0911874a66c5911da107148ff000891e34e)

### Dependencies

- Updated puppeteer from `^16.0.0` to `^18.0.4`

## [2.0.3] - 2022-08-25

### Fixed
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.3",
"version": "2.0.4",
"description": "A remark plugin for Markdown that replaces mermaid graphs with dataurls",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7e54883

Please sign in to comment.