From c251270633ce1748ce448566931877575bb6c99f Mon Sep 17 00:00:00 2001 From: Tyler Long Date: Fri, 9 Mar 2018 09:35:11 +0800 Subject: [PATCH] Release 8.0.0-alpha.1 --- package.json | 2 +- todo.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 4bbed5727..327eb8455 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mermaid", - "version": "7.1.2", + "version": "8.0.0-alpha.1", "description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.", "main": "dist/mermaid.core.js", "keywords": [ diff --git a/todo.md b/todo.md index 81abdb19d..568bf7e75 100644 --- a/todo.md +++ b/todo.md @@ -6,7 +6,6 @@ - rewrite less code - Setup code coverage - Create a desktop client -- Fix sequence diagram node label position issue - Fix flowchart interpolate/curve issue - not a common feature so dist/index.html cannot reproduce this issue - Support customization of gantt diagram xAxis format