From 6fa41ccd9ece1292f0df3554e0c5f6680c82e818 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Wed, 29 Apr 2020 08:42:15 +0000 Subject: [PATCH] upgrade gem to 2.3.0 --- CHANGELOG.md | 2 ++ beautiful-jekyll-theme.gemspec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e19bafc..9820d0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file lists all non-trivial changes to Beautiful Jekyll. I often make small changes to documentation, to the demo site, or to the general look-and-feel. These and other minor changes will not be listed here. +**2020-04-29** Upgrade gem to 2.3.0 to include all new features + **2020-04-28** Add YAML option `footer-extra` for including custom content in the footer **2020-04-28** Fix issue: linking to a specific part of a page resulted in scrolling too far (#69) diff --git a/beautiful-jekyll-theme.gemspec b/beautiful-jekyll-theme.gemspec index 70fedfc..90e96fb 100644 --- a/beautiful-jekyll-theme.gemspec +++ b/beautiful-jekyll-theme.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "beautiful-jekyll-theme" - spec.version = "2.2.0" + spec.version = "2.3.0" spec.authors = ["Dean Attali"] spec.email = ["daattali@gmail.com"]