From 8e3303d0a4a485fe05ccee1c4e539ff0668f86aa Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Sun, 9 Feb 2025 18:14:47 +0700 Subject: [PATCH] chore(release): v2.12.0 Signed-off-by: Patrick Kollitsch --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f7e711..de91789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +## [2.12.0](https://github.com/thenewdynamic/gohugo-theme-ananke/compare/v2.11.3...v2.12.0) (2025-02-09) + + +### Build System + +* **fix:** add release:minor script ([0e25604](https://github.com/thenewdynamic/gohugo-theme-ananke/commit/0e25604ceb6b8c69f5e21280927691e6b06bf41b)) + ## [2.11.3](https://github.com/thenewdynamic/gohugo-theme-ananke/compare/v2.11.2...v2.11.3) (2025-02-09) diff --git a/package.json b/package.json index 378cfa8..a1a1834 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.11.3", + "version": "2.12.0", "license": "MIT", "repository": "thenewdynamic/gohugo-theme-ananke", "author": "Bud Parr (https://github.com/budparr)",