We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855b377 commit 6efb66eCopy full SHA for 6efb66e
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v1.2.11 (2022-06-23)
6
+### Fix
7
+* Plugin broke with last update ([`855b377`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/855b377f698ae17c83ce4e6bf4b6104ad4275a6b))
8
+
9
## v1.2.10 (2022-06-19)
10
### Fix
11
* Prettify broke plugin ([`bde7ded`](https://github.com/Mara-Li/mkdocs_embed_file_plugins/commit/bde7ded9c605c9652264b62fcd4c587ab84e4ce3))
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
-version = "1.2.10"
+version = "1.2.11"
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
0 commit comments