Skip to content

Commit

Permalink
chore(release): 2.8.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.8.4](v2.8.3...v2.8.4) (2023-12-28)

### Bug Fixes

* fix numbered list format according to commonmark format ([#58](#58)) ([305ec68](305ec68))
  • Loading branch information
semantic-release-bot committed Dec 28, 2023
1 parent 305ec68 commit 8eb7747
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
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.4](https://github.com/echo724/notion2md/compare/v2.8.3...v2.8.4) (2023-12-28)


### Bug Fixes

* fix numbered list format according to commonmark format ([#58](https://github.com/echo724/notion2md/issues/58)) ([305ec68](https://github.com/echo724/notion2md/commit/305ec6881aeb4a22ccce9b1d2ee7948a69765801))

### [2.8.3](https://github.com/echo724/notion2md/compare/v2.8.2...v2.8.3) (2023-06-29)


Expand Down
2 changes: 1 addition & 1 deletion notion2md/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.8.3"
__version__ = "2.8.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "notion2md"
version = "2.8.3"
version = "2.8.4"
description = "Notion Markdown Exporter with Python Cli"
license = "MIT"
classifiers = ["License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.9"]
Expand Down

0 comments on commit 8eb7747

Please sign in to comment.