diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e9b898394b641a0749d8625d218b91caa96f5b4..563a0f0c910d975cca557c26d32c566ab1704f1d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
 
 
 
+## [3.87.1] - 2024-11-16
+
+### Bug Fixes
+
+- some small css issues; fix missing last line in copy all function
+
+
+
 ## [3.87.0] - 2024-11-16
 
 ### Add Features
diff --git a/nix/config/release.nix b/nix/config/release.nix
index 61f2540c5d68c673030d4e9fa646453cfccd6a21..75f7e7edffd2f98b17e39138d3c1b496b1bdf5c0 100644
--- a/nix/config/release.nix
+++ b/nix/config/release.nix
@@ -1,6 +1,6 @@
 {
-  version = "3.87.0";
-  commit = "89442aba79af8541ec871142cfaf847e62474944";
+  version = "3.87.1";
+  commit = "bc49f17f305c038084d10c7f02358e84613cdf50";
   name = "Monster";
   mnemonic = "monster";
 }
\ No newline at end of file
diff --git a/package.json b/package.json
index 4fe008510425ca8e737701644fce340d15dff93b..58369851fa459784f47541c9a685325601acbfc8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@schukai/monster",
-  "version": "3.87.0",
+  "version": "3.87.1",
   "description": "Monster is a simple library for creating fast, robust and lightweight websites.",
   "keywords": [
     "framework",