From 3ebaf5e428d3503829af84096cca0aef96a4d9f4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 26 Feb 2023 11:10:01 +0000 Subject: [PATCH] chore(release): 2.8.2 [skip ci] ### [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)) --- CHANGELOG.md | 7 +++++++ notion2md/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74b8319..79316d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/notion2md/__init__.py b/notion2md/__init__.py index b4066b6..239bf2b 100644 --- a/notion2md/__init__.py +++ b/notion2md/__init__.py @@ -1 +1 @@ -__version__ = "2.8.1" +__version__ = "2.8.2" diff --git a/pyproject.toml b/pyproject.toml index 8d485a0..830d79d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]