Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2019-11-11 19:57:22 +0300
committerMatt Stratton <matt.stratton@gmail.com>2019-11-11 19:57:22 +0300
commit5d57138918167749ac09dbedf3b64eb0f8783f71 (patch)
treeee50a38b76e2bb14fb9ab351313919f596220a1e
parent7e258516c88d59ab4d1c2bc0f273783c79534df2 (diff)
Update theme to version 1.1.01.1.0
-rw-r--r--CHANGELOG.md18
-rw-r--r--theme.toml2
2 files changed, 19 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c46fb70..921a29f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
# Change Log
+## [1.1.0](https://github.com/mattstratton/castanet/tree/1.1.0) (2019-11-11)
+**Implemented enhancements:**
+
+- Migrate from codekit to gulp [\#105](https://github.com/mattstratton/castanet/issues/105)
+
+**Fixed bugs:**
+
+- TOC in REFERENCE.md is messed up [\#223](https://github.com/mattstratton/castanet/issues/223)
+
+**Closed issues:**
+
+- \[Bug\] Can't navigate guest listing on mobile [\#217](https://github.com/mattstratton/castanet/issues/217)
+- \[BUG\] Issue generating css from scss [\#211](https://github.com/mattstratton/castanet/issues/211)
+
+**Merged pull requests:**
+
+- Move to gulp [\#224](https://github.com/mattstratton/castanet/pull/224) ([mattstratton](https://github.com/mattstratton))
+
## [1.0.2](https://github.com/mattstratton/castanet/tree/1.0.2) (2019-11-03)
**Closed issues:**
diff --git a/theme.toml b/theme.toml
index 579bb39..22e95a7 100644
--- a/theme.toml
+++ b/theme.toml
@@ -9,7 +9,7 @@ homepage = "https://github.com/mattstratton/castanet"
tags = ["podcast", "responsive"]
features = ["podcast RSS", "subscribe buttons"]
min_version = "0.58.3"
-theme_version = "1.0.2"
+theme_version = "1.1.0"
[author]
name = "Matt Stratton"