From 9df28820ba6b8bfd0dc69caa656c33bf7eb36585 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Thu, 24 Oct 2024 17:03:40 +0700 Subject: [PATCH] chore(release): v2.10.1-prerelease.6 Signed-off-by: Patrick Kollitsch --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a05f1d0..8c1b8a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,28 @@ # Changelog +## [2.10.1-prerelease.6](https://github.com/thenewdynamic/gohugo-theme-ananke/compare/v2.10.1-prerelease.4...v2.10.1-prerelease.6) (2024-10-24) + + +### Documentation + +* **fix:** update theme.toml with min version and authors ([ae14ccf](https://github.com/thenewdynamic/gohugo-theme-ananke/commit/ae14ccf4072c13069e1f28e3c5f39bce4b917885)) + + +### Theme + +* **fix:** add transform.Plainify to the summary body content of the share links ([#758](https://github.com/thenewdynamic/gohugo-theme-ananke/issues/758)) ([2cfb09e](https://github.com/thenewdynamic/gohugo-theme-ananke/commit/2cfb09e9a3aa720b902535a5bdf3641bcd8a903f)) +* **fix:** paths to social func partials ([1bcc471](https://github.com/thenewdynamic/gohugo-theme-ananke/commit/1bcc471e003643c5b72a2fad6c1024b16e829233)) +* **fix:** remove caching of share links ([#757](https://github.com/thenewdynamic/gohugo-theme-ananke/issues/757)) ([473c7c1](https://github.com/thenewdynamic/gohugo-theme-ananke/commit/473c7c14c68d3e5a97dee31138a2b176c7ac2302)) + + +### Chore + +* **release:** v2.10.1-prerelease.5 ([aced7bd](https://github.com/thenewdynamic/gohugo-theme-ananke/commit/aced7bda5c3fea9afda93d0b87cf3337f2407d5b)) + + +### Configuration + +* **fix:** no default networks, move networks config to exampleSite ([396d013](https://github.com/thenewdynamic/gohugo-theme-ananke/commit/396d0138ace7c53a6378711dcd5570099bfa0b95)) + ## [2.10.1-prerelease.5](https://github.com/thenewdynamic/gohugo-theme-ananke/compare/v2.10.1-prerelease.4...v2.10.1-prerelease.5) (2024-10-24) diff --git a/package.json b/package.json index 8b515ae..8832f3e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@thenewdynamic/gohugo-theme-ananke", "description": "Ananke: A theme for Hugo Sites", - "version": "2.10.1-prerelease.5", + "version": "2.10.1-prerelease.6", "license": "MIT", "repository": "thenewdynamic/gohugo-theme-ananke", "author": "Bud Parr (https://github.com/budparr)",