Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and butler54 committed Jan 21, 2023
1 parent 59e8876 commit d1ec128
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## v2.0.0 (2023-01-21)


## v1.0.0 (2023-01-21)
### Fix
* Force a minor release ([`5eb8c5f`](https://github.com/butler54/mdformat-frontmatter/commit/5eb8c5f5ad1060e251f8fdeb23a9c5b5860b099f))
Expand Down
2 changes: 1 addition & 1 deletion mdformat_frontmatter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""An mdformat plugin for parsing / ignoring frontmatter."""

__version__ = "1.0.0"
__version__ = "2.0.0"

from .plugin import RENDERERS, update_mdit # noqa: F401

0 comments on commit d1ec128

Please sign in to comment.