Skip to content

Commit e09753f

Browse files
committedNov 7, 2017
Release 4.7.0 💎
1 parent b4a38ce commit e09753f

10 files changed

+11
-11
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## [4.7.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.7.0)
22

33
### Enhancements
44

‎_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!doctype html>
55
<!--
6-
Minimal Mistakes Jekyll Theme 4.6.0 by Michael Rose
6+
Minimal Mistakes Jekyll Theme 4.7.0 by Michael Rose
77
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
88
Free for personal and commercial use under the MIT license
99
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt

‎_sass/minimal-mistakes.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Minimal Mistakes Jekyll Theme 4.6.0 by Michael Rose
2+
* Minimal Mistakes Jekyll Theme 4.7.0 by Michael Rose
33
* Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
44
* Licensed under MIT (https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt)
55
*/

‎assets/js/main.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/_docs/18-history.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ permalink: /docs/history/
44
excerpt: "Change log of enhancements and bug fixes made to the theme."
55
sidebar:
66
nav: docs
7-
last_modified_at: 2017-11-06T16:14:47-05:00
7+
last_modified_at: 2017-11-06T20:21:46-05:00
88
toc: true
99
---
1010

11-
## Unreleased
11+
## [4.7.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.7.0)
1212

1313
### Enhancements
1414

‎docs/_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!doctype html>
55
<!--
6-
Minimal Mistakes Jekyll Theme 4.6.0 by Michael Rose
6+
Minimal Mistakes Jekyll Theme 4.7.0 by Michael Rose
77
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
88
Free for personal and commercial use under the MIT license
99
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt

‎docs/_sass/minimal-mistakes.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Minimal Mistakes Jekyll Theme 4.6.0 by Michael Rose
2+
* Minimal Mistakes Jekyll Theme 4.7.0 by Michael Rose
33
* Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
44
* Licensed under MIT (https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt)
55
*/

‎docs/assets/js/main.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎minimal-mistakes-jekyll.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "minimal-mistakes-jekyll"
5-
spec.version = "4.6.0"
5+
spec.version = "4.7.0"
66
spec.authors = ["Michael Rose"]
77

88
spec.summary = %q{A flexible two-column Jekyll theme.}

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minimal-mistakes",
3-
"version": "4.6.0",
3+
"version": "4.7.0",
44
"description": "Minimal Mistakes Jekyll theme npm build scripts",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.