Skip to content

Commit

Permalink
chore: update version number, add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
SSShooter committed Nov 4, 2023
1 parent 7323255 commit 09a7262
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mind-elixir",
"version": "3.2.6",
"version": "3.3.0",
"type": "module",
"description": "Mind elixir is a free open source mind map core.",
"keywords": [
Expand Down
2 changes: 2 additions & 0 deletions src/customLink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { createSvgGroup, editSvgText } from './utils/svg'
import type { CustomSvg, Topic } from './types/dom'
import type { MindElixirInstance, Uid } from './index'

// TODO: rename `custom link` to `association`

// p1: starting point
// p2: control point of starting point
// p3: control point of ending point
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ MindElixir.DARK_THEME = DARK_THEME
* @memberof MindElixir
* @static
*/
MindElixir.version = '3.2.6'
MindElixir.version = '3.3.0'
/**
* @function
* @memberof MindElixir
Expand Down

0 comments on commit 09a7262

Please sign in to comment.