From 873f9d2b58242b7a3f37e83148ef416af4abb297 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Fri, 3 Jan 2025 14:29:43 +0000
Subject: [PATCH] chore: release 3.96.3

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5137603a..4f762fa0f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
 
 
 
+## [3.96.3] - 2025-01-03
+
+### Bug Fixes
+
+- optimize the filter rest api pipeline [#274](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/274) [#241](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/241)
+- update undefined handling [#275](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/275)
+- repair some small issues [#274](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/274)
+
+
+
 ## [3.96.2] - 2024-12-31
 
 ### Bug Fixes
diff --git a/nix/config/release.nix b/nix/config/release.nix
index 3ced2ccb5..ec78bf130 100644
--- a/nix/config/release.nix
+++ b/nix/config/release.nix
@@ -1,6 +1,6 @@
 {
-  version = "3.96.2";
-  commit = "512869a9a1e73b1da728accea668feeaf73ff513";
+  version = "3.96.3";
+  commit = "205510e2931e635d618455e73fed9375cc17057b";
   name = "Monster";
   mnemonic = "monster";
-}
+}
\ No newline at end of file
diff --git a/package.json b/package.json
index 218f65694..973298d55 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@schukai/monster",
-  "version": "3.96.2",
+  "version": "3.96.3",
   "description": "Monster is a simple library for creating fast, robust and lightweight websites.",
   "keywords": [
     "framework",
-- 
GitLab