From 6a838a3b6428ef005005f2785ab878991cd38d20 Mon Sep 17 00:00:00 2001
From: Martin Massenberg <martin.massenberg@schukai.com>
Date: Mon, 28 Oct 2024 08:05:37 +0000
Subject: [PATCH] chore: release 3.83.1

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a47650ac6..cffbd9b1a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,18 @@
 
 
 
+## [3.83.1] - 2024-10-28
+
+### Bug Fixes
+
+- F gelöscht [#256](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/256)
+- argument must be checked against true [#255](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/255)
+### Changes
+
+- close issues and move files  [#252](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/252) [#255](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/255)
+
+
+
 ## [3.83.0] - 2024-10-27
 
 ### Add Features
diff --git a/nix/config/release.nix b/nix/config/release.nix
index 8cb799377..d01fcf2f6 100644
--- a/nix/config/release.nix
+++ b/nix/config/release.nix
@@ -1,6 +1,6 @@
 {
-  version = "3.83.0";
-  commit = "babb86d0f2d0e02313bd316a3e3aae6462dfd5f0";
+  version = "3.83.1";
+  commit = "01443f6522d9af4ca29f0fad25f247e14ebe4a82";
   name = "Monster";
   mnemonic = "monster";
 }
\ No newline at end of file
diff --git a/package.json b/package.json
index 7c6031544..2c2fea36d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@schukai/monster",
-  "version": "3.83.0",
+  "version": "3.83.1",
   "description": "Monster is a simple library for creating fast, robust and lightweight websites.",
   "keywords": [
     "framework",
-- 
GitLab