diff --git a/CHANGELOG b/CHANGELOG index 4e460c0..1673467 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,11 @@ +## 1.0.1 (2018-05-25) + * **FIX**: Fixed the missing resources + ## 1.0.0 (2018-05-25) * **NEW**: Added the `active_class` option support in the configuration * **NEW**: Added the `template` option support in the configuration * **FIX**: Fixed the tab id issue for code blocks with same language #12 + * **FIX**: Fixed the missing resources ## 0.2.0 (2017-06-16) diff --git a/setup.py b/setup.py index 07aa1a1..1f71f78 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='markdown-fenced-code-tabs', - version='1.0.0', + version='1.0.1', url='https://github.com/yacir/markdown-fenced-code-tabs', project_urls={ 'Bug Reports': 'https://github.com/yacir/markdown-fenced-code-tabs/issues',