Skip to content

Commit 09a7262

Browse files
committed
chore: update version number, add TODO
1 parent 7323255 commit 09a7262

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mind-elixir",
3-
"version": "3.2.6",
3+
"version": "3.3.0",
44
"type": "module",
55
"description": "Mind elixir is a free open source mind map core.",
66
"keywords": [

src/customLink.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import { createSvgGroup, editSvgText } from './utils/svg'
55
import type { CustomSvg, Topic } from './types/dom'
66
import type { MindElixirInstance, Uid } from './index'
77

8+
// TODO: rename `custom link` to `association`
9+
810
// p1: starting point
911
// p2: control point of starting point
1012
// p3: control point of ending point

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ MindElixir.DARK_THEME = DARK_THEME
128128
* @memberof MindElixir
129129
* @static
130130
*/
131-
MindElixir.version = '3.2.6'
131+
MindElixir.version = '3.3.0'
132132
/**
133133
* @function
134134
* @memberof MindElixir

0 commit comments

Comments
 (0)