Skip to content

Commit

Permalink
chore(release): 2.8.1 [skip ci]
Browse files Browse the repository at this point in the history
### [2.8.1](v2.8.0...v2.8.1) (2022-11-07)

### Bug Fixes

* **pyproject:** fix dependencies' version requirement ([a7f2b04](a7f2b04)), closes [#44](#44)
  • Loading branch information
semantic-release-bot committed Nov 7, 2022
1 parent 1753236 commit e62d241
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.1](https://github.com/echo724/notion2md/compare/v2.8.0...v2.8.1) (2022-11-07)


### Bug Fixes

* **pyproject:** fix dependencies' version requirement ([a7f2b04](https://github.com/echo724/notion2md/commit/a7f2b0432d0b2746c381c0c98c20116a727253fb)), closes [#44](https://github.com/echo724/notion2md/issues/44)

## [2.8.0](https://github.com/echo724/notion2md/compare/v2.7.6...v2.8.0) (2022-10-14)


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.0"
__version__ = "2.8.1"
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.0"
version = "2.8.1"
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 e62d241

Please sign in to comment.