Skip to content

Commit 7ba10fa

Browse files
committed
Release 1.4.4 πŸ’Ž
1 parent ba9f94d commit 7ba10fa

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [1.4.4] - 2019-08-20
9+
10+
### Fixed
11+
- 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)
12+
813
## [1.4.3] - 2019-08-20
914

1015
### Changed
1116
- Relax Jekyll dependency to allow for version 4.0.
1217

13-
### Fixed
14-
- 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)
15-
1618
## [1.4.2] - 2019-07-18
1719

1820
### Added

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ site and you should something similar to:
161161

162162
```
163163
<!--
164-
Basically Basic Jekyll Theme 1.4.3
164+
Basically Basic Jekyll Theme 1.4.4
165165
Copyright 2017-2018 Michael Rose - mademistakes.com | @mmistakes
166166
Free for personal and commercial use under the MIT license
167167
https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE

β€Ž_layouts/default.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<!--
3-
Basically Basic Jekyll Theme 1.4.3
3+
Basically Basic Jekyll Theme 1.4.4
44
Copyright 2017-2018 Michael Rose - mademistakes.com | @mmistakes
55
Free for personal and commercial use under the MIT license
66
https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE

β€Ž_sass/basically-basic.scssβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Basically Basic Jekyll Theme 1.4.3
2+
* Basically Basic Jekyll Theme 1.4.4
33
* Copyright 2017-2018 Michael Rose - mademistakes | @mmistakes
44
* Free for personal and commercial use under the MIT license
55
* https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE

β€Žassets/javascripts/main.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33

44
/*!
5-
* Basically Basic Jekyll Theme 1.4.3
5+
* Basically Basic Jekyll Theme 1.4.4
66
* Copyright 2017-2018 Michael Rose - mademistakes | @mmistakes
77
* Free for personal and commercial use under the MIT license
88
* https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE

β€Žjekyll-theme-basically-basic.gemspecβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "jekyll-theme-basically-basic"
5-
spec.version = "1.4.3"
5+
spec.version = "1.4.4"
66
spec.authors = ["Michael Rose"]
77

88
spec.summary = %q{Your new Jekyll default theme.}

0 commit comments

Comments
Β (0)