File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## [ Unreleased ] -
8+ ## [ 1.4.5 ] - 2021-07-05
99
1010## Added
1111- Add translation keys for CV layout. [ #145 ] ( https://github.com/mmistakes/jekyll-theme-basically-basic/pull/145 )
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ for any GitHub-hosted theme.
6666
67672 . Run ` bundle update ` and verify that all gems install properly.
6868
69- 3 . Add ` remote_theme: "mmistakes/jekyll-theme-basically-basic@1.4.4 " ` to your
69+ 3 . Add ` remote_theme: "mmistakes/jekyll-theme-basically-basic@1.4.5 " ` to your
7070 ` _config.yml ` file. Remove any other ` theme: ` or ` remote_theme: ` entries.
7171
7272---
@@ -109,7 +109,7 @@ site and you should something similar to:
109109
110110```
111111<!--
112- Basically Basic Jekyll Theme 1.4.4
112+ Basically Basic Jekyll Theme 1.4.5
113113 Copyright 2017-2018 Michael Rose - mademistakes.com | @mmistakes
114114 Free for personal and commercial use under the MIT license
115115 https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE
@@ -128,7 +128,7 @@ update jekyll-theme-basically-basic` if you're not.
128128Verify you have the [ latest version] ( https://github.com/mmistakes/jekyll-theme-basically-basic/releases ) assigned in ` _config.yml `
129129
130130```
131- remote_theme: "mmistakes/jekyll-theme-basically-basic@1.4.4 "
131+ remote_theme: "mmistakes/jekyll-theme-basically-basic@1.4.5 "
132132```
133133
134134Note: If ` @x.x.x ` is omitted the theme's current ` master ` branch will be used. It is advised to [ "lock" ` remote_theme ` ] ( https://github.com/benbalter/jekyll-remote-theme#declaring-your-theme ) at a specific version to avoid introducing breaking changes to your site.
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22<!--
3- Basically Basic Jekyll Theme 1.4.4
3+ Basically Basic Jekyll Theme 1.4.5
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
Original file line number Diff line number Diff line change 11/* !
2- * Basically Basic Jekyll Theme 1.4.4
2+ * Basically Basic Jekyll Theme 1.4.5
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
Original file line number Diff line number Diff line change 22-- -
33
44/*!
5- * Basically Basic Jekyll Theme 1.4.4
5+ * Basically Basic Jekyll Theme 1.4.5
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
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22<!--
3- Basically Basic Jekyll Theme 1.4.4
3+ Basically Basic Jekyll Theme 1.4.5
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
Original file line number Diff line number Diff line change 22
33Gem ::Specification . new do |spec |
44 spec . name = "jekyll-theme-basically-basic"
5- spec . version = "1.4.4 "
5+ spec . version = "1.4.5 "
66 spec . authors = [ "Michael Rose" ]
77
88 spec . summary = %q{Your new Jekyll default theme.}
You canβt perform that action at this time.
0 commit comments