From cab7f63143ec4f744ebc2e4e2f141d1599b84c8d Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
Date: Sat, 16 May 2026 01:30:24 +0000
Subject: [PATCH] chore(release): v2.16.0

---
 package-lock.json |    4 ++--
 package.json      |    2 +-
 CHANGELOG.md      |   12 ++++++++++++
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b34b36..e0d7219 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
 # Changelog
 
+## [2.16.0](https://github.com/gohugo-ananke/ananke/compare/v2.15.0...v2.16.0) (2026-05-16)
+
+### Features
+
+* rework stylesheet pipeline ([f78134c](https://github.com/gohugo-ananke/ananke/commit/f78134c2724d6c12ebe183e3e592f469c2da806b))
+
+### Build
+
+* **deps:** update bundled Tachyons from 4.9.1 to 4.12.0 ([433ef8f](https://github.com/gohugo-ananke/ananke/commit/433ef8f9c3c941975dab935122445c22d837bb47))
+* **fix:** run test only on main branch push hook ([148aa95](https://github.com/gohugo-ananke/ananke/commit/148aa9512b269231196ee0cf30a950a62d54f881))
+* **fix:** update version numbers and fix release setup ([29f0f4d](https://github.com/gohugo-ananke/ananke/commit/29f0f4df0774f5c91ff25ed67b72c751919f6e8d))
+
 ## [2.14.0](https://github.com/gohugo-ananke/ananke/compare/v2.13.3...v2.14.0) (2026-05-15)
 
 ### Features
diff --git a/package-lock.json b/package-lock.json
index 257e8e1..a7c3aff 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
 	"name": "@gohugo-ananke/ananke",
-	"version": "2.15.0",
+	"version": "2.16.0",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "@gohugo-ananke/ananke",
-			"version": "2.15.0",
+			"version": "2.16.0",
 			"license": "MIT",
 			"dependencies": {
 				"cssnano": "8.0.1",
diff --git a/package.json b/package.json
index 75010cc..770a29f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
 	"name": "@gohugo-ananke/ananke",
 	"description": "Ananke: A theme for Hugo Sites",
-	"version": "2.15.0",
+	"version": "2.16.0",
 	"license": "MIT",
 	"repository": "gohugo-ananke/ananke",
 	"author": "Bud Parr (https://github.com/budparr)",

--
Gitblit v1.10.0