diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e92967..995537b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [v1.6.1] + +- Add sequence diagram box support +- Fix case insensitive code block +- Add gannt diagram tickInterval support +- Fix graph text with html tags + ## [v1.6.0] - Add support for pandoc code blocks syntax diff --git a/package.json b/package.json index 42d715f..40378ff 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Mermaid Markdown Syntax Highlighting", "description": "Markdown syntax support for the Mermaid charting language", "icon": "images/icon/iconPNG.png", - "version": "1.6.0", + "version": "1.6.1", "publisher": "bpruitt-goddard", "license": "MIT", "engines": {