From 2a2217dd16d5bfdb405e4c18389bcc02108b332a Mon Sep 17 00:00:00 2001 From: chrisrhymes Date: Sun, 7 Feb 2021 10:15:15 +0000 Subject: [PATCH] Update gemspec and changelog --- bulma-clean-theme.gemspec | 2 +- changelog.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bulma-clean-theme.gemspec b/bulma-clean-theme.gemspec index c6aded1e7..058da33e6 100644 --- a/bulma-clean-theme.gemspec +++ b/bulma-clean-theme.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "bulma-clean-theme" - spec.version = "0.10.5" + spec.version = "0.10.6" spec.authors = ["chrisrhymes"] spec.email = ["csrhymes@gmail.com"] diff --git a/changelog.txt b/changelog.txt index 097151d56..e250ff188 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +# 0.10.6 +* Create tag partial - pull request #87 by DarthGandalf +* Update navbar to use Alpine js + # 0.10.5 * Fix for content width with menubar_toc - pull request #85 by wangjunlem * Remove duplicate title tag in head - pull request #75 by cketti