From 11246e470dedf8e563af4e215f388ce2bcc4685a Mon Sep 17 00:00:00 2001
From: budparr <budparr@gmail.com>
Date: Fri, 15 Nov 2019 19:19:23 +0000
Subject: [PATCH] v2.5.5
---
package.json | 2 +-
CHANGELOG.md | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 71fa733..20f2b74 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,10 +7,12 @@
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
-## [2.5.4](https://github.com/budparr/gohugo-theme-ananke/compare/2.5.1...2.5.4) - 2019-10-27
+## [2.5.5](https://github.com/budparr/gohugo-theme-ananke/compare/2.5.1...2.5.5) - 2019-11-15
### Merged
+- Remove stray grave accent [`#231`](https://github.com/budparr/gohugo-theme-ananke/pull/231)
+- Add Slack to social options [`#236`](https://github.com/budparr/gohugo-theme-ananke/pull/236)
- Fix URL for menus [`#230`](https://github.com/budparr/gohugo-theme-ananke/pull/230)
- Fix word count heading typo in README.md [`#222`](https://github.com/budparr/gohugo-theme-ananke/pull/222)
- Add auto-changelog [`#228`](https://github.com/budparr/gohugo-theme-ananke/pull/228)
diff --git a/package.json b/package.json
index 764bb5c..19f5b0f 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gohugo-default-theme",
- "version": "2.5.4",
+ "version": "2.5.5",
"description": "Base Theme to start Hugo Sites",
"main": "index.js",
"repository": {
--
Gitblit v1.10.0