From 3cc5042daebc36f3a3ccfb4d3f0f1eb6d2726807 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Wed, 13 Nov 2024 22:43:33 +0000
Subject: [PATCH] chore: release 3.86.1

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 169c72e4e..6a6a532f9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
 
 
 
+## [3.86.1] - 2024-11-13
+
+### Bug Fixes
+
+- update css for datatable and field-set [#259](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/259) [#260](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/260) [#261](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/261)
+
+
+
 ## [3.86.0] - 2024-11-13
 
 ### Add Features
diff --git a/nix/config/release.nix b/nix/config/release.nix
index b6e8201c7..993c78157 100644
--- a/nix/config/release.nix
+++ b/nix/config/release.nix
@@ -1,6 +1,6 @@
 {
-  version = "3.86.0";
-  commit = "817e3db8015f1db3742c743aa2b0fa7acdacd5fa";
+  version = "3.86.1";
+  commit = "74bdec841096e7422f6912628812cba407fed00d";
   name = "Monster";
   mnemonic = "monster";
 }
\ No newline at end of file
diff --git a/package.json b/package.json
index e28dbeb01..2240cca2c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@schukai/monster",
-  "version": "3.86.0",
+  "version": "3.86.1",
   "description": "Monster is a simple library for creating fast, robust and lightweight websites.",
   "keywords": [
     "framework",
-- 
GitLab