diff --git a/CHANGELOG.md b/CHANGELOG.md
index 735464a44ce7301635c514bcb60a812264948f22..13a28578fd1574d7de680461ab1621e0e42fdea7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,21 @@
 
+## [3.63.2] - 2024-03-28
+
+### Bug Fixes
+
+- colors and more, add igrnore change to savebutton [#181](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/181) [#180](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/180)
+### Changes
+
+- reorganize playground
+
 ## [3.63.1] - 2024-03-27
 
 ### Bug Fixes
 
 - [#179](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/179) [#176](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/176)
+### Changes
+
+- release and publish to npm new version 3.63.1
 
 ## [3.63.0] - 2024-03-25
 
diff --git a/package.json b/package.json
index 58b60931feba53a8e25f4930a7fa2fd5deef5a40..18f6f36c738790d178831cf01fe25be221c341df 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@schukai/monster",
-  "version": "3.63.1",
+  "version": "3.63.2",
   "description": "Monster is a simple library for creating fast, robust and lightweight websites.",
   "keywords": [
     "framework",
diff --git a/source/types/version.mjs b/source/types/version.mjs
index 1f5ceddf01ba6f266bc7fb68d8cb11ea0375abd4..15b2d253a4480859d012c39807494c96e2282dfd 100644
--- a/source/types/version.mjs
+++ b/source/types/version.mjs
@@ -152,7 +152,7 @@ function getMonsterVersion() {
 	}
 
 	/** don't touch, replaced by make with package.json version */
-	monsterVersion = new Version("3.63.1");
+	monsterVersion = new Version("3.63.2");
 
 	return monsterVersion;
 }
diff --git a/test/cases/monster.mjs b/test/cases/monster.mjs
index 7cbdbed086ed1e623134801fbe738be60f7ed18d..f1c4acb33964a2c88ddd3d36000ca239239bc282 100644
--- a/test/cases/monster.mjs
+++ b/test/cases/monster.mjs
@@ -7,7 +7,7 @@ describe('Monster', function () {
         let monsterVersion
 
         /** don“t touch, replaced by make with package.json version */
-        monsterVersion = new Version("3.63.1")
+        monsterVersion = new Version("3.63.2")
 
         let m = getMonsterVersion();