Skip to content

Commit

Permalink
chore(release): 2.8.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.8.0](echo724/notion2md@v2.7.6...v2.8.0) (2022-10-14)

### Features

* Make downloaded filenames consistent between runs ([echo724#38](echo724#38)) ([30e8f0b](echo724@30e8f0b))

### Bug Fixes

* Fixed [echo724#40](echo724#40) due to the update of Notion API ([echo724#42](echo724#42)) ([1a63351](echo724@1a63351))
  • Loading branch information
semantic-release-bot committed Oct 14, 2022
1 parent 66b8af8 commit a1023e6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.8.0](https://github.com/echo724/notion2md/compare/v2.7.6...v2.8.0) (2022-10-14)


### Features

* Make downloaded filenames consistent between runs ([#38](https://github.com/echo724/notion2md/issues/38)) ([30e8f0b](https://github.com/echo724/notion2md/commit/30e8f0b9ccc9c103cbb7b35746c8ec9bc27ad76b))


### Bug Fixes

* 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))

### [2.7.6](https://github.com/echo724/notion2md/compare/v2.7.5...v2.7.6) (2022-03-22)


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.7.6"
__version__ = "2.8.0"
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.7.6"
version = "2.8.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 a1023e6

Please sign in to comment.