Skip to content

Commit

Permalink
chore(release): 2.8.2 [skip ci]
Browse files Browse the repository at this point in the history
### [2.8.2](v2.8.1...v2.8.2) (2023-02-26)

### Bug Fixes

* fix retrieving over 100 blocks [#46](#46) ([a89ce45](a89ce45))
  • Loading branch information
semantic-release-bot committed Feb 26, 2023
1 parent a89ce45 commit 1802000
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.2](https://github.com/echo724/notion2md/compare/v2.8.1...v2.8.2) (2023-02-26)


### Bug Fixes

* fix retrieving over 100 blocks [#46](https://github.com/echo724/notion2md/issues/46) ([a89ce45](https://github.com/echo724/notion2md/commit/a89ce454d5ec53e7721ae326030c603016d7ab57))

### [2.8.1](https://github.com/echo724/notion2md/compare/v2.8.0...v2.8.1) (2022-11-07)


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.1"
__version__ = "2.8.2"
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.1"
version = "2.8.2"
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 1802000

Please sign in to comment.