Skip to content

Commit

Permalink
Release 1.3.0 💎
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Feb 16, 2018
1 parent e94ea30 commit a45dbb5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ 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.3.0] - 2018-02-16

### Added
- Add jQuery script.
- Add site-wide search toggle.
- Add support for Lunr search. [#48](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/48)
- Add support for Algolia search. [#48](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/48)
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
Basically Basic Jekyll Theme 1.2.0
Basically Basic Jekyll Theme 1.3.0
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.md
Expand Down
2 changes: 1 addition & 1 deletion _sass/basically-basic.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Basically Basic Jekyll Theme 1.2.0
* Basically Basic Jekyll Theme 1.3.0
* 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.md
Expand Down
2 changes: 1 addition & 1 deletion assets/javascripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---

/*!
* Basically Basic Jekyll Theme 1.2.0
* Basically Basic Jekyll Theme 1.3.0
* Copyright 2017-2018 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
Expand Down
2 changes: 1 addition & 1 deletion jekyll-theme-basically-basic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "jekyll-theme-basically-basic"
spec.version = "1.2.0"
spec.version = "1.3.0"
spec.authors = ["Michael Rose"]

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

0 comments on commit a45dbb5

Please sign in to comment.