Release 💎 1.1.2
This commit is contained in:
parent
ac18104d0b
commit
505d454f02
|
@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## Unreleased
|
## [1.1.2] - 2017-09-14
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- `/_sass/_print.scss` to reduce blank pages when printing in Chrome. [#29](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/29)
|
- `/_sass/_print.scss` to reduce blank pages when printing in Chrome. [#29](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/29)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<!--
|
<!--
|
||||||
Basically Basic Jekyll Theme 1.1.1
|
Basically Basic Jekyll Theme 1.1.2
|
||||||
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
|
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
|
||||||
Free for personal and commercial use under the MIT license
|
Free for personal and commercial use under the MIT license
|
||||||
https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md
|
https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* Basically Basic Jekyll Theme 1.1.1
|
* Basically Basic Jekyll Theme 1.1.2
|
||||||
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
|
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
|
||||||
* Free for personal and commercial use under the MIT license
|
* Free for personal and commercial use under the MIT license
|
||||||
* https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE.md
|
* https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE.md
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Basically Basic Jekyll Theme 1.1.1
|
* Basically Basic Jekyll Theme 1.1.2
|
||||||
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
|
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
|
||||||
* Free for personal and commercial use under the MIT license
|
* Free for personal and commercial use under the MIT license
|
||||||
* https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md
|
* https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<!--
|
<!--
|
||||||
Basically Basic Jekyll Theme 1.1.1
|
Basically Basic Jekyll Theme 1.1.2
|
||||||
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
|
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
|
||||||
Free for personal and commercial use under the MIT license
|
Free for personal and commercial use under the MIT license
|
||||||
https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md
|
https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*!
|
/*!
|
||||||
* Basically Basic Jekyll Theme 1.1.1
|
* Basically Basic Jekyll Theme 1.1.2
|
||||||
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
|
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
|
||||||
* Free for personal and commercial use under the MIT license
|
* Free for personal and commercial use under the MIT license
|
||||||
* https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE.md
|
* https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE.md
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Basically Basic Jekyll Theme 1.1.1
|
* Basically Basic Jekyll Theme 1.1.2
|
||||||
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
|
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
|
||||||
* Free for personal and commercial use under the MIT license
|
* Free for personal and commercial use under the MIT license
|
||||||
* https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md
|
* https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Gem::Specification.new do |spec|
|
Gem::Specification.new do |spec|
|
||||||
spec.name = "jekyll-theme-basically-basic"
|
spec.name = "jekyll-theme-basically-basic"
|
||||||
spec.version = "1.1.1"
|
spec.version = "1.1.2"
|
||||||
spec.authors = ["Michael Rose"]
|
spec.authors = ["Michael Rose"]
|
||||||
|
|
||||||
spec.summary = %q{Your new Jekyll default theme.}
|
spec.summary = %q{Your new Jekyll default theme.}
|
||||||
|
|
Loading…
Reference in New Issue