Skip to content

Commit 8478fb0

Browse files
committed
chore(release): 0.1.5
1 parent 9af7912 commit 8478fb0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [0.1.5](https://github.com/vzhd1701/enex2notion/compare/v0.1.4...v0.1.5) (2021-12-06)
2+
3+
### Bug Fixes
4+
5+
- parse unexpected elements in lists as text ([952feb2](https://github.com/vzhd1701/enex2notion/commit/952feb2b6905ecd65e0c2ba491bef16cd2f24ea9))
6+
- skip webclip notes before parsing ([9af7912](https://github.com/vzhd1701/enex2notion/commit/9af79120707d17a6410085305b54c8ea97a8ede9))
7+
18
### [0.1.4](https://github.com/vzhd1701/enex2notion/compare/v0.1.3...v0.1.4) (2021-12-06)
29

310
### Bug Fixes

enex2notion/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.4"
1+
__version__ = "0.1.5"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "enex2notion"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "Import Evernote ENEX files to Notion"
99
authors = ["vzhd1701 <vzhd1701@gmail.com>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)