Release 1.4.5 💎

This commit is contained in:
Michael Rose 2021-07-05 21:13:37 -04:00
parent 91bb96f6ce
commit 8a65981de1
7 changed files with 9 additions and 9 deletions

View File

@ -5,7 +5,7 @@ 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.4.5] - 2021-07-05
## Added
- Add translation keys for CV layout. [#145](https://github.com/mmistakes/jekyll-theme-basically-basic/pull/145)

View File

@ -66,7 +66,7 @@ for any GitHub-hosted theme.
2. Run `bundle update` and verify that all gems install properly.
3. Add `remote_theme: "mmistakes/jekyll-theme-basically-basic@1.4.4"` to your
3. Add `remote_theme: "mmistakes/jekyll-theme-basically-basic@1.4.5"` to your
`_config.yml` file. Remove any other `theme:` or `remote_theme:` entries.
---
@ -109,7 +109,7 @@ site and you should something similar to:
```
<!--
Basically Basic Jekyll Theme 1.4.4
Basically Basic Jekyll Theme 1.4.5
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
@ -128,7 +128,7 @@ update jekyll-theme-basically-basic` if you're not.
Verify you have the [latest version](https://github.com/mmistakes/jekyll-theme-basically-basic/releases) assigned in `_config.yml`
```
remote_theme: "mmistakes/jekyll-theme-basically-basic@1.4.4"
remote_theme: "mmistakes/jekyll-theme-basically-basic@1.4.5"
```
Note: 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.

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
Basically Basic Jekyll Theme 1.4.4
Basically Basic Jekyll Theme 1.4.5
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

View File

@ -1,5 +1,5 @@
/*!
* Basically Basic Jekyll Theme 1.4.4
* Basically Basic Jekyll Theme 1.4.5
* 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

View File

@ -2,7 +2,7 @@
---
/*!
* Basically Basic Jekyll Theme 1.4.4
* Basically Basic Jekyll Theme 1.4.5
* 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

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
Basically Basic Jekyll Theme 1.4.4
Basically Basic Jekyll Theme 1.4.5
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

View File

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