diff --git a/CHANGELOG.md b/CHANGELOG.md index cfe054c..aae1f62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,25 @@ # Changelog +## [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) + + +### 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 ([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)) + ## [2.10.1-prerelease.0](https://github.com/thenewdynamic/gohugo-theme-ananke/compare/v2.10.0...v2.10.1-prerelease.0) (2024-10-20) diff --git a/package.json b/package.json index 933a99d..0dbfa8f 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.0", + "version": "2.10.1-prerelease.1", "license": "MIT", "repository": "thenewdynamic/gohugo-theme-ananke", "author": "Bud Parr (https://github.com/budparr)",