M CHANGELOG.md => CHANGELOG.md +1 -1
@@ 1,4 1,4 @@
-## Unreleased
+## [4.19.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.2)
### Enhancements
M README.md => README.md +1 -1
@@ 126,7 126,7 @@ To install:
bundle
```
-4. Add `remote_theme: "mmistakes/minimal-mistakes@4.19.1"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
+4. Add `remote_theme: "mmistakes/minimal-mistakes@4.19.2"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entry.
**Looking for an example?** Use the [Minimal Mistakes remote theme starter](https://github.com/mmistakes/mm-github-pages-starter/generate) for the quickest method of getting a GitHub Pages hosted site up and running. Generate a new repository from the starter, replace sample content with your own, and configure as needed.
M _layouts/default.html => _layouts/default.html +1 -1
@@ 3,7 3,7 @@
<!doctype html>
<!--
- Minimal Mistakes Jekyll Theme 4.19.1 by Michael Rose
+ Minimal Mistakes Jekyll Theme 4.19.2 by Michael Rose
Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
M _sass/minimal-mistakes.scss => _sass/minimal-mistakes.scss +1 -1
@@ 1,5 1,5 @@
/*!
- * Minimal Mistakes Jekyll Theme 4.19.1 by Michael Rose
+ * Minimal Mistakes Jekyll Theme 4.19.2 by Michael Rose
* Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
* Licensed under MIT (https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE)
*/
M assets/js/main.min.js => assets/js/main.min.js +1 -1
@@ 1,5 1,5 @@
/*!
- * Minimal Mistakes Jekyll Theme 4.19.1 by Michael Rose
+ * Minimal Mistakes Jekyll Theme 4.19.2 by Michael Rose
* Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
* Licensed under MIT
*/
M minimal-mistakes-jekyll.gemspec => minimal-mistakes-jekyll.gemspec +1 -1
@@ 2,7 2,7 @@
Gem::Specification.new do |spec|
spec.name = "minimal-mistakes-jekyll"
- spec.version = "4.19.1"
+ spec.version = "4.19.2"
spec.authors = ["Michael Rose"]
spec.summary = %q{A flexible two-column Jekyll theme.}
M package.json => package.json +1 -1
@@ 1,6 1,6 @@
{
"name": "minimal-mistakes",
- "version": "4.19.1",
+ "version": "4.19.2",
"description": "Minimal Mistakes 2 column Jekyll theme.",
"repository": {
"type": "git",