diff --git a/CHANGELOG.md b/CHANGELOG.md
index c80cc9dee497433036c8d2ac233cbb36d1a716b0..149a29fe887fe98b740459e0d6102a6ea8d54d74 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
 
 
 
+## [3.65.3] - 2024-06-19
+
+### Bug Fixes
+
+- switch nodejs_22 to nodejs_20
+- no code fix; only release and publish process
+
+
+
 ## [3.65.2] - 2024-06-19
 
 ### Bug Fixes
diff --git a/nix/config/release.nix b/nix/config/release.nix
index a74288e7c75d2de0ea24e38d1f8326506e4079af..28877736ba321d712e9f33bec79528edc5c82733 100644
--- a/nix/config/release.nix
+++ b/nix/config/release.nix
@@ -1,6 +1,6 @@
 {
-  version = "3.65.2";
-  commit = "91b6fcc77552e9425798f6967baa9154905761d4";
+  version = "3.65.3";
+  commit = "f12fb351b0b4226d40ccc3d23b82b41187dcd2da";
   name = "Monster";
   mnemonic = "monster";
 }
\ No newline at end of file
diff --git a/package.json b/package.json
index a841fe2e85cbf4adb6903e3fd37670c0db038d2c..476d56fff7c9d21d0bba2661fea1c39b1f44a231 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@schukai/monster",
-  "version": "3.65.0",
+  "version": "3.65.3",
   "description": "Monster is a simple library for creating fast, robust and lightweight websites.",
   "keywords": [
     "framework",