Skip to content

Commit

Permalink
chore(release): 2.9.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.9.0](v2.8.4...v2.9.0) (2024-01-10)

### Features

* add notion token parameter to `Exporter` ([#60](#60)) ([a93cf51](a93cf51))

### Bug Fixes

* fix encoded filename is too long case ([#59](#59)) ([073994a](073994a))
  • Loading branch information
semantic-release-bot committed Jan 10, 2024
1 parent 6223cca commit 43047ab
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.9.0](https://github.com/echo724/notion2md/compare/v2.8.4...v2.9.0) (2024-01-10)


### Features

* add notion token parameter to `Exporter` ([#60](https://github.com/echo724/notion2md/issues/60)) ([a93cf51](https://github.com/echo724/notion2md/commit/a93cf515bc0793e936d8b080475e459b98ede5fd))


### Bug Fixes

* fix encoded filename is too long case ([#59](https://github.com/echo724/notion2md/issues/59)) ([073994a](https://github.com/echo724/notion2md/commit/073994a32246dbd2bf957040fe9a454b52961a8e))

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


Expand Down
2 changes: 1 addition & 1 deletion notion2md/__init__.py
@@ -1 +1 @@
__version__ = "2.8.4"
__version__ = "2.9.0"
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "notion2md"
version = "2.8.4"
version = "2.9.0"
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 43047ab

Please sign in to comment.