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

github.com/budparr/gohugo-theme-ananke.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbudparr <budparr@gmail.com>2019-11-15 22:19:23 +0300
committerbudparr <budparr@gmail.com>2019-11-15 22:19:23 +0300
commit11246e470dedf8e563af4e215f388ce2bcc4685a (patch)
tree0f03970ddd204d6cdf65fdc241428d177e48ea58
parent8dab56fc5654685b0c23506dd29f705dd058e6d4 (diff)
v2.5.5v2.5.5
-rw-r--r--CHANGELOG.md4
-rwxr-xr-xpackage.json2
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 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
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": {