Skip to content

Commit 0fd85c0

Browse files
chore(release): 2.8.0 [skip ci]
## [2.8.0](v2.7.6...v2.8.0) (2022-10-14) ### Features * Make downloaded filenames consistent between runs ([#38](#38)) ([30e8f0b](30e8f0b)) ### Bug Fixes * Fixed [#40](#40) due to the update of Notion API ([#42](#42)) ([1a63351](1a63351))
1 parent 1a63351 commit 0fd85c0

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.8.0](https://github.com/echo724/notion2md/compare/v2.7.6...v2.8.0) (2022-10-14)
7+
8+
9+
### Features
10+
11+
* Make downloaded filenames consistent between runs ([#38](https://github.com/echo724/notion2md/issues/38)) ([30e8f0b](https://github.com/echo724/notion2md/commit/30e8f0b9ccc9c103cbb7b35746c8ec9bc27ad76b))
12+
13+
14+
### Bug Fixes
15+
16+
* Fixed [#40](https://github.com/echo724/notion2md/issues/40) due to the update of Notion API ([#42](https://github.com/echo724/notion2md/issues/42)) ([1a63351](https://github.com/echo724/notion2md/commit/1a633515ed835e9cda26cd0b5951773f2076a069))
17+
618
### [2.7.6](https://github.com/echo724/notion2md/compare/v2.7.5...v2.7.6) (2022-03-22)
719

820

notion2md/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.7.6"
1+
__version__ = "2.8.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "notion2md"
4-
version = "2.7.6"
4+
version = "2.8.0"
55
description = "Notion Markdown Exporter with Python Cli"
66
license = "MIT"
77
classifiers = ["License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.9"]

0 commit comments

Comments
 (0)