From c31ff8582907a3d06dcd524980895c7860befb99 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
Date: Sun, 07 Jun 2026 09:44:58 +0000
Subject: [PATCH] chore(release): v2.19.0
---
package-lock.json | 4 ++--
package.json | 2 +-
CHANGELOG.md | 19 +++++++++++++++++++
3 files changed, 22 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a5f28a1..0f37eff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog
+## [2.19.0](https://github.com/gohugo-ananke/ananke/compare/v2.18.0...v2.19.0) (2026-06-07)
+
+### Features
+
+* add edit-page shortcode for GitHub edit links ([#1028](https://github.com/gohugo-ananke/ananke/issues/1028)) ([688f358](https://github.com/gohugo-ananke/ananke/commit/688f3584ad4d3625cd001855c1f01448316252ba))
+
+### Bug Fixes
+
+* normalise GoHugo to Hugo ([45143b5](https://github.com/gohugo-ananke/ananke/commit/45143b564b99709c2c23664de0bbcb7b1d30b17e))
+* various changes to workspace, testing, linting, etc. ([c43eae2](https://github.com/gohugo-ananke/ananke/commit/c43eae25528e08a19e9bf4af4d5753ab814a1179))
+
+### Build
+
+* **vscode:** update workspace configuration ([9e1d7b9](https://github.com/gohugo-ananke/ananke/commit/9e1d7b96a2998887d174adf592b7f98adc4af14b))
+
+### Documentation
+
+* **ai:** add release notes prompt ([606eaac](https://github.com/gohugo-ananke/ananke/commit/606eaacd6cef65903078ab9b9f4550db53da96c0))
+
## [2.18.0](https://github.com/gohugo-ananke/ananke/compare/v2.17.1...v2.18.0) (2026-06-07)
### Features
diff --git a/package-lock.json b/package-lock.json
index 07e513b..575c4ca 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@gohugo-ananke/ananke",
- "version": "2.18.0",
+ "version": "2.19.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@gohugo-ananke/ananke",
- "version": "2.18.0",
+ "version": "2.19.0",
"license": "MIT",
"dependencies": {
"cssnano": "8.0.1",
diff --git a/package.json b/package.json
index 385e022..9786e86 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@gohugo-ananke/ananke",
"description": "Ananke: A theme for Hugo Sites",
- "version": "2.18.0",
+ "version": "2.19.0",
"license": "MIT",
"repository": "gohugo-ananke/ananke",
"author": "Bud Parr (https://github.com/budparr)",
--
Gitblit v1.10.0