Skip to content

Commit

Permalink
chore(release): 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed Apr 11, 2022
1 parent 9403e47 commit d3338d6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### [0.2.9](https://github.com/vzhd1701/enex2notion/compare/v0.2.8...v0.2.9) (2022-04-11)

### Bug Fixes

- trim paragraphs when condense lines option is used ([9403e47](https://github.com/vzhd1701/enex2notion/commit/9403e470363e18719eded106ba61962e01eb6c38))

### [0.2.8](https://github.com/vzhd1701/enex2notion/compare/v0.2.7...v0.2.8) (2022-04-08)

### Features
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.8"
__version__ = "0.2.9"
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.8"
version = "0.2.9"
description = "Import Evernote ENEX files to Notion"
authors = ["vzhd1701 <vzhd1701@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit d3338d6

Please sign in to comment.