Skip to content

Commit

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

### Bug Fixes

* Remove Singleton pattern in Config class ([#31](#31)) ([2de75e3](2de75e3))
  • Loading branch information
semantic-release-bot committed Mar 1, 2022
1 parent 2de75e3 commit a50f44f
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
@@ -1,3 +1,15 @@
# Changelog

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* Remove Singleton pattern in Config class ([#31](https://github.com/echo724/notion2md/issues/31)) ([2de75e3](https://github.com/echo724/notion2md/commit/2de75e367e1a4cea0bf8c4c0bd31b05f805e8f8b))

<!--next-version-placeholder-->

## v2.7.4 (2022-02-21)
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.4"
__version__ = "2.7.5"
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.4"
version = "2.7.5"
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 a50f44f

Please sign in to comment.