Skip to content

Commit

Permalink
chore(release): 2.7.6 [skip ci]
Browse files Browse the repository at this point in the history
### [2.7.6](v2.7.5...v2.7.6) (2022-03-22)

### Features

* Replace methods to Exporter Classes ([2b35818](2b35818))

### Bug Fixes

* Change the way of calling get_children function ([4563790](4563790))
* Implemented Singletone pattern in NotionClient class ([b8443ba](b8443ba))
  • Loading branch information
semantic-release-bot committed Mar 22, 2022
1 parent 4d8ff55 commit 89e03c9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* Replace methods to Exporter Classes ([2b35818](https://github.com/echo724/notion2md/commit/2b3581801dfb0e08c7db39053013a8e80a29efdf))


### Bug Fixes

* Change the way of calling get_children function ([4563790](https://github.com/echo724/notion2md/commit/4563790cff4f39e1625de2c748fe85bd9e0725c8))
* Implemented Singletone pattern in NotionClient class ([b8443ba](https://github.com/echo724/notion2md/commit/b8443ba963267a4ede3df9e782d07d3001b0b8d6))

### [2.7.5](https://github.com/echo724/notion2md/compare/v2.7.4...v2.7.5) (2022-03-01)


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.5"
__version__ = "2.7.6"
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.5"
version = "2.7.6"
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 89e03c9

Please sign in to comment.