Skip to content

Commit

Permalink
chore(release): 0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed Jun 14, 2022
1 parent e2cd4a7 commit b63a427
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [0.2.15](https://github.com/vzhd1701/enex2notion/compare/v0.2.14...v0.2.15) (2022-06-14)

### Bug Fixes

- skip bad data uri images on parsing ([2b6060a](https://github.com/vzhd1701/enex2notion/commit/2b6060a52bfcdd7d2d7404ee94098aa0e251f015)), closes [#36](https://github.com/vzhd1701/enex2notion/issues/36)
- skip with an error instead of crashing when note parse failed ([e2cd4a7](https://github.com/vzhd1701/enex2notion/commit/e2cd4a755c91acdfa136fe58af33407b3b50cbcf))

### [0.2.14](https://github.com/vzhd1701/enex2notion/compare/v0.2.13...v0.2.14) (2022-06-03)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion enex2notion/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.14"
__version__ = "0.2.15"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "enex2notion"
version = "0.2.14"
version = "0.2.15"
description = "Import Evernote ENEX files to Notion"
authors = ["vzhd1701 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit b63a427

Please sign in to comment.