Skip to content

Commit 9c1fe10

Browse files
committed
chore: bump version to 2.4.0
1 parent a711a45 commit 9c1fe10

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog/v2.4.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# v2.4.0
2+
3+
* Update markmap libraries to `0.15.x`
4+
* Support custom static assets
5+
* Allow removing the default assets

mkdocs_markmap/__meta__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PACKAGE_NAME: str = 'mkdocs_markmap'
22
PROJECT_NAME: str = PACKAGE_NAME.replace('_', '-')
3-
PROJECT_VERSION: str = '2.3.0'
3+
PROJECT_VERSION: str = '2.4.0'
44

55
OWNER: str = 'neatc0der'
66
ORGANISATION: str = 'markmap'

0 commit comments

Comments
 (0)