From 59b8877ea30e3eea96821906a880442e3e1dbbc5 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 6 Feb 2018 10:29:50 -0500 Subject: [PATCH] Release 3.0.1 :gem: --- CHANGELOG.md | 9 +++++++-- _layouts/default.html | 2 +- _sass/so-simple.scss | 2 +- assets/js/main.min.js | 2 +- jekyll-theme-so-simple.gemspec | 2 +- package.json | 4 ++-- 6 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32cc4929844..18e78c31575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,12 @@ 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 +## [3.0.1] - 02-06-2018 + +### Fixed +- Fix Google Analytics conditional and variable name in include. + +## [3.0.0] - 02-06-2018 ### Changed - Freshen up look and feel, rebuilding with modern CSS using grid and flexbox. @@ -58,7 +63,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Add GitHub issue template. ### Fixed -- Fixed MathJax CDN path. [#241](https://github.com/mmistakes/so-simple-theme/pull/241) +- Fix MathJax CDN path. [#241](https://github.com/mmistakes/so-simple-theme/pull/241) --- diff --git a/_layouts/default.html b/_layouts/default.html index 4439d85449f..06b768bfe65 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,6 +1,6 @@