From 3cc1072149a036aca5720dba99faa013587f25b2 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Sun, 15 Sep 2024 17:21:34 +0000
Subject: [PATCH] chore: release 3.73.9

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 714ddc8bf..be359b29b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,25 @@
 
 
 
+## [3.73.9] - 2024-09-15
+
+### Bug Fixes
+
+- error handling [#234](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/234)
+- build css
+- Replace `sleep` with `requestAnimationFrame` for smoother UI [#234](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/234)
+### Changes
+
+- some small code tweaks
+- code format
+- update versions
+- add issue example [#233](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/233)
+### Documentation
+
+- wip update document for new monsterjs.org site
+
+
+
 ## [3.73.8] - 2024-08-01
 
 ### Bug Fixes
diff --git a/nix/config/release.nix b/nix/config/release.nix
index 9e2be7883..f128ba6be 100644
--- a/nix/config/release.nix
+++ b/nix/config/release.nix
@@ -1,6 +1,6 @@
 {
-  version = "3.73.8";
-  commit = "2701919f66b8846f055cbea3dd98ba3184839eee";
+  version = "3.73.9";
+  commit = "42c7e22014918c4f250c709ce48368df681f0f9a";
   name = "Monster";
   mnemonic = "monster";
-}
+}
\ No newline at end of file
diff --git a/package.json b/package.json
index 4b24ae069..fb3a40e7d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@schukai/monster",
-  "version": "3.73.8",
+  "version": "3.73.9",
   "description": "Monster is a simple library for creating fast, robust and lightweight websites.",
   "keywords": [
     "framework",
-- 
GitLab