From dba09096a30ab12628f24204cd91b2c5362d0ec1 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Fri, 21 Jun 2024 15:21:15 +0000
Subject: [PATCH] chore: release 3.66.0

---
 CHANGELOG.md           | 20 ++++++++++++++++++++
 nix/config/release.nix |  6 +++---
 package.json           |  2 +-
 3 files changed, 24 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5fc4c4b34..a4e4d2b2b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,26 @@
 
 
 
+## [3.66.0] - 2024-06-21
+
+### Add Features
+
+- new flag feature.useStrictValueComparison [#206](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/206)
+- new flag features.storeFetchedData and function Select::getLastFetchedData [#204](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/204)
+### Bug Fixes
+
+- [#200](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/200)
+- [#200](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/200) changes
+- [#201](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/201)
+- slight color adjustments
+### Changes
+
+- tidy project files
+- [#200](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/200) move to close
+- [#200](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/200) move to close
+
+
+
 ## [3.65.21] - 2024-06-20
 
 ### Bug Fixes
diff --git a/nix/config/release.nix b/nix/config/release.nix
index b766319ce..aac475904 100644
--- a/nix/config/release.nix
+++ b/nix/config/release.nix
@@ -1,6 +1,6 @@
 {
-  version = "3.65.21";
-  commit = "75ea5eefe4be8a871508b6eac6f5044bd42debd5";
+  version = "3.66.0";
+  commit = "15eb89b4e2835f99695ed02fbd0a2a3c68a3eee6";
   name = "Monster";
   mnemonic = "monster";
-}
+}
\ No newline at end of file
diff --git a/package.json b/package.json
index 7dbe799c9..09fa331f3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@schukai/monster",
-  "version": "3.65.21",
+  "version": "3.66.0",
   "description": "Monster is a simple library for creating fast, robust and lightweight websites.",
   "keywords": [
     "framework",
-- 
GitLab