Release 💎 1.1.1

This commit is contained in:
Michael Rose 2017-09-06 15:37:18 -04:00
parent 3bc7434e75
commit 7bf2021c2b
8 changed files with 8 additions and 13 deletions

View File

@ -5,14 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [1.1.1] - 2017-09-06
### Changed
- Change `gems` key in `_config.yml` to `plugins`. [#23](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/23)
### Added
### Changed
### Fixed
- Liquid syntax error: "Expected id but found end_of_string_in `cv.skills.`" in `/cv/skills.html` include.
## [1.1.0] - 2017-03-30

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
Basically Basic Jekyll Theme 1.1.0
Basically Basic Jekyll Theme 1.1.1
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md

View File

@ -1,5 +1,5 @@
/*!
* Basically Basic Jekyll Theme 1.1.0
* Basically Basic Jekyll Theme 1.1.1
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
* Free for personal and commercial use under the MIT license
* https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE.md

View File

@ -2,7 +2,7 @@
---
/*!
* Basically Basic Jekyll Theme 1.1.0
* Basically Basic Jekyll Theme 1.1.1
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
* Free for personal and commercial use under the MIT license
* https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
Basically Basic Jekyll Theme 1.1.0
Basically Basic Jekyll Theme 1.1.1
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md

View File

@ -1,5 +1,5 @@
/*!
* Basically Basic Jekyll Theme 1.1.0
* Basically Basic Jekyll Theme 1.1.1
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
* Free for personal and commercial use under the MIT license
* https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE.md

View File

@ -2,7 +2,7 @@
---
/*!
* Basically Basic Jekyll Theme 1.1.0
* Basically Basic Jekyll Theme 1.1.1
* Copyright 2017 Michael Rose - mademistakes | @mmistakes
* Free for personal and commercial use under the MIT license
* https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md

View File

@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "jekyll-theme-basically-basic"
spec.version = "1.1.0"
spec.version = "1.1.1"
spec.authors = ["Michael Rose"]
spec.summary = %q{Your new Jekyll default theme.}