From bdd0baaa42737a02ab3cc8852a9d20bb26492cb5 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Wed, 19 Jun 2024 19:59:08 +0000
Subject: [PATCH] chore: release 3.65.6

---
 CHANGELOG.md           | 16 ++++++++++++++++
 nix/config/release.nix |  2 +-
 package.json           |  2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3acf531e1..5c6ac6676 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,22 @@
 
 
 
+## [3.65.6] - 2024-06-19
+
+### Bug Fixes
+
+- wip new pipeline
+- wip new pipeline
+- wip new pipeline
+- wip new pipeline
+- wip new pipeline
+- wip new pipeline
+### Changes
+
+- release 3.65.6
+
+
+
 ## [3.65.5] - 2024-06-19
 
 ### Bug Fixes
diff --git a/nix/config/release.nix b/nix/config/release.nix
index 8934fc311..a61531b65 100644
--- a/nix/config/release.nix
+++ b/nix/config/release.nix
@@ -1,6 +1,6 @@
 {
   version = "3.65.6";
-  commit = "f3f020c91fc5302112aab2c0889ac3c919e35dad";
+  commit = "f3ae0d69eae27ae3e56a7c2e32d7e8a6561671a0";
   name = "Monster";
   mnemonic = "monster";
 }
\ No newline at end of file
diff --git a/package.json b/package.json
index 90d4fbd5c..22052adfa 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@schukai/monster",
-  "version": "3.65.5",
+  "version": "3.65.6",
   "description": "Monster is a simple library for creating fast, robust and lightweight websites.",
   "keywords": [
     "framework",
-- 
GitLab