M CHANGELOG.md => CHANGELOG.md +1 -1
@@ 2,7 2,7 @@
### Enhancements
-* Update Font Awesome to version `5.0.11`. [#1605](https://github.com/mmistakes/minimal-mistakes/pull/1620)
+* Update Font Awesome to version [`5.0.12`](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md).
* Add Slovak localized UI text strings. [#1613](https://github.com/mmistakes/minimal-mistakes/pull/1613)
* Add option to anonymize IP addresses of hits sent to Google Analytics. [#1636](https://github.com/mmistakes/minimal-mistakes/pull/1636)
M _includes/scripts.html => _includes/scripts.html +1 -1
@@ 9,7 9,7 @@
{% endfor %}
{% else %}
<script src="{{ '/assets/js/main.min.js' | relative_url }}"></script>
- <script src="https://use.fontawesome.com/releases/v5.0.11/js/all.js"></script>
+ <script src="https://use.fontawesome.com/releases/v5.0.12/js/all.js"></script>
{% endif %}
{% if site.search == true or page.layout == "search" %}