Release 1.4.4 💎
This commit is contained in:
		
							parent
							
								
									ba9f94d154
								
							
						
					
					
						commit
						7ba10fab76
					
				| 
						 | 
				
			
			@ -5,14 +5,16 @@ 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/).
 | 
			
		||||
 | 
			
		||||
## [1.4.4] - 2019-08-20
 | 
			
		||||
 | 
			
		||||
### Fixed
 | 
			
		||||
- Fix MIME-type issues with Lunr search by renaming `search-data.json` to `lunr/lunr.store.js`. [#82](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/82)
 | 
			
		||||
 | 
			
		||||
## [1.4.3] - 2019-08-20
 | 
			
		||||
 | 
			
		||||
### Changed
 | 
			
		||||
- Relax Jekyll dependency to allow for version 4.0.
 | 
			
		||||
 | 
			
		||||
### Fixed
 | 
			
		||||
- Fix MIME-type issues with Lunr search by renaming `search-data.json` to `lunr/lunr.store.js`. [#82](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/82)
 | 
			
		||||
 | 
			
		||||
## [1.4.2] - 2019-07-18
 | 
			
		||||
 | 
			
		||||
### Added
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -161,7 +161,7 @@ site and you should something similar to:
 | 
			
		|||
 | 
			
		||||
```
 | 
			
		||||
<!--
 | 
			
		||||
    Basically Basic Jekyll Theme 1.4.3
 | 
			
		||||
    Basically Basic Jekyll Theme 1.4.4
 | 
			
		||||
    Copyright 2017-2018 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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
<!DOCTYPE html>
 | 
			
		||||
<!--
 | 
			
		||||
    Basically Basic Jekyll Theme 1.4.3
 | 
			
		||||
    Basically Basic Jekyll Theme 1.4.4
 | 
			
		||||
    Copyright 2017-2018 Michael Rose - mademistakes.com | @mmistakes
 | 
			
		||||
    Free for personal and commercial use under the MIT license
 | 
			
		||||
    https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
/*!
 | 
			
		||||
 * Basically Basic Jekyll Theme 1.4.3
 | 
			
		||||
 * Basically Basic Jekyll Theme 1.4.4
 | 
			
		||||
 * Copyright 2017-2018 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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
---
 | 
			
		||||
 | 
			
		||||
/*!
 | 
			
		||||
 * Basically Basic Jekyll Theme 1.4.3
 | 
			
		||||
 * Basically Basic Jekyll Theme 1.4.4
 | 
			
		||||
 * Copyright 2017-2018 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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
 | 
			
		||||
Gem::Specification.new do |spec|
 | 
			
		||||
  spec.name                    = "jekyll-theme-basically-basic"
 | 
			
		||||
  spec.version                 = "1.4.3"
 | 
			
		||||
  spec.version                 = "1.4.4"
 | 
			
		||||
  spec.authors                 = ["Michael Rose"]
 | 
			
		||||
 | 
			
		||||
  spec.summary                 = %q{Your new Jekyll default theme.}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue