diff --git a/CHANGELOG.md b/CHANGELOG.md index 22dc69e..a08ffd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.0.5 + +* Minor dependency updates to help with builds + +## 1.0.4 + +* Ignore example directory to resolve publishing issues and reduce package size + ## 1.0.3 * Add support for LaTeX rendering in markdown. diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 41fe04c..378f658 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -10,11 +10,9 @@ dependencies: flutter: sdk: flutter -# flutter_markdown_plus: ^1.0.3 - flutter_markdown_plus_latex: ^1.0.2 - flutter_markdown_plus: path: ../ +# flutter_markdown_plus_latex: ^1.0.4 # flutter_markdown_plus_latex: # path: ../../flutter_markdown_plus_latex # For relative path testing