From 9332bad76670f87a45f7f2f065ac491401aa81d2 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Mon, 21 Oct 2024 09:24:16 +0700 Subject: [PATCH] chore(release): v2.10.1-prerelease.2 Signed-off-by: Patrick Kollitsch --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aae1f62..daac95d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,32 @@ # Changelog +## [2.10.1-prerelease.2](https://github.com/thenewdynamic/gohugo-theme-ananke/compare/v2.10.1-prerelease.0...v2.10.1-prerelease.2) (2024-10-21) + + +### Documentation + +* add fontawesome license remark to README.md ([d7a12f3](https://github.com/thenewdynamic/gohugo-theme-ananke/commit/d7a12f353aa1906bf66a6d12e064194596093a1a)) +* **fix:** add discord link ([a41140e](https://github.com/thenewdynamic/gohugo-theme-ananke/commit/a41140e4dfd1931c860e7c7082845062a1624978)) +* typo ([e38869b](https://github.com/thenewdynamic/gohugo-theme-ananke/commit/e38869bc383e27ca10c4f09e2f3be170b0745284)) +* typo ([f68e6ff](https://github.com/thenewdynamic/gohugo-theme-ananke/commit/f68e6ff4c3905323545ee4260766ed3b124929e3)) +* update LICENSE.md ([0aec28f](https://github.com/thenewdynamic/gohugo-theme-ananke/commit/0aec28fef66a40e9ff619520d4d98c757b046790)) + + +### Theme + +* **fix:** bring some logic into /disabled sharing ([a9cd70d](https://github.com/thenewdynamic/gohugo-theme-ananke/commit/a9cd70d1e6b0dbec55c9ee8597add754a0a68893)) +* **fix:** proper configuration for all networks ([9df0c0a](https://github.com/thenewdynamic/gohugo-theme-ananke/commit/9df0c0a8789feb7a2d6d3163fdeea68cdd321b76)) + + +### Chore + +* **config:** add markdownlint configuration ([65c8a11](https://github.com/thenewdynamic/gohugo-theme-ananke/commit/65c8a115e1e823697afd446c2990850e05934128)) +* **release:** v2.10.1-prerelease.1 ([5afb33c](https://github.com/thenewdynamic/gohugo-theme-ananke/commit/5afb33c5c1a17c4a8c3de9b5fb8c420c92c327d5)) + + +### Build System + +* **fix:** proper replacement path ([e8f39dd](https://github.com/thenewdynamic/gohugo-theme-ananke/commit/e8f39dd2ed953c6120e554888287f78a0fb3e00f)) + ## [2.10.1-prerelease.1](https://github.com/thenewdynamic/gohugo-theme-ananke/compare/v2.10.1-prerelease.0...v2.10.1-prerelease.1) (2024-10-21) diff --git a/package.json b/package.json index 0dbfa8f..ffb95e3 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.1", + "version": "2.10.1-prerelease.2", "license": "MIT", "repository": "thenewdynamic/gohugo-theme-ananke", "author": "Bud Parr (https://github.com/budparr)",