Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Jun 11, 2020
1 parent 2d4391a commit 7fe53ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Change log

### v2.0.0 (unreleased)
### v2.0.0 (2020-06-11)

- BREAKING: drop support for Node.js 8, 9, 10, and 11. Support for Node.js 12
LTS and Node.js 13.2.0+.
LTS and Node.js 14+.
- BREAKING: use dynamic imports (lazy-loading) to improve parallel processing
(requires Node.js 10+).
- BREAKING: use worker_threads for yUML and PlantUML rendering (requires Node.js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "schwifty-markdown",
"description": "Convert Markdown documents to HTML on the fly, including yUML and PlantUML diagrams and graph charts rendering.",
"version": "2.0.0-rc",
"version": "2.0.0",
"keywords": [
"markdown",
"toc",
Expand Down

0 comments on commit 7fe53ba

Please sign in to comment.