We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e3fd5 commit 7578418Copy full SHA for 7578418
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## [0.2.2](https://github.com/inspirnathan/codemirror-lang-mermaid/compare/v0.2.0...v0.2.2) (2023-06-26)
2
+
3
+### Features
4
5
+- add parent tags to mermaid tag definitions
6
7
8
9
## [0.2.1](https://github.com/inspirnathan/codemirror-lang-mermaid/compare/v0.2.0...v0.2.1) (2023-02-20)
10
11
### Features
package.json
@@ -1,7 +1,7 @@
{
"name": "codemirror-lang-mermaid",
"author": "Nathan Vaughn <inspirnathan@gmail.com>",
- "version": "0.2.1",
+ "version": "0.2.2",
"description": "Mermaid language support for CodeMirror",
"scripts": {
"test": "mocha test/test.js",
0 commit comments