Release 4.14.2 💎

This commit is contained in:
Michael Rose 2019-01-01 19:12:04 -05:00
parent 53a45a240e
commit 9232a38f2a
9 changed files with 15 additions and 15 deletions

View file

@ -1,4 +1,4 @@
## Unreleased
## [4.14.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.14.2)
### Enhancements

View file

@ -3,7 +3,7 @@
<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.14.1 by Michael Rose
Minimal Mistakes Jekyll Theme 4.14.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

View file

@ -1,5 +1,5 @@
/*!
* Minimal Mistakes Jekyll Theme 4.14.1 by Michael Rose
* Minimal Mistakes Jekyll Theme 4.14.2 by Michael Rose
* Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
* Licensed under MIT (https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE)
*/

12
assets/js/main.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -4,11 +4,11 @@ permalink: /docs/history/
excerpt: "Change log of enhancements and bug fixes made to the theme."
sidebar:
nav: docs
last_modified_at: 2019-01-01T18:34:56-05:00
last_modified_at: 2019-01-01T19:10:40-05:00
toc: true
---
## Unreleased
## [4.14.2](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.14.2)
### Enhancements

View file

@ -3,7 +3,7 @@
<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.14.1 by Michael Rose
Minimal Mistakes Jekyll Theme 4.14.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

View file

@ -9,7 +9,7 @@ header:
url: "/docs/quick-start-guide/"
excerpt: >
A flexible two-column Jekyll theme. Perfect for building personal sites, blogs, and portfolios.<br />
<small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.14.1">Latest release v4.14.1</a></small>
<small><a href="https://github.com/mmistakes/minimal-mistakes/releases/tag/4.14.2">Latest release v4.14.2</a></small>
feature_row:
- image_path: /assets/images/mm-customizable-feature.png
alt: "customizable"

View file

@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "minimal-mistakes-jekyll"
spec.version = "4.14.1"
spec.version = "4.14.2"
spec.authors = ["Michael Rose"]
spec.summary = %q{A flexible two-column Jekyll theme.}

View file

@ -1,6 +1,6 @@
{
"name": "minimal-mistakes",
"version": "4.14.1",
"version": "4.14.2",
"description": "Minimal Mistakes 2 column Jekyll theme.",
"repository": {
"type": "git",