From 40d3522c8ff04f7b9147f7f1f15df50eb9998ff1 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Mon, 12 May 2025 13:46:27 +0000
Subject: [PATCH] chore: release 4.3.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 534b31cec..f116b4584 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
 
 
 
+## [4.3.1] - 2025-05-12
+
+### Bug Fixes
+
+- Improve structure and port attributes in login and password components
+
+
+
 ## [4.3.0] - 2025-05-12
 
 ### Add Features
diff --git a/nix/config/release.nix b/nix/config/release.nix
index 56cb0bf2c..e9e917e83 100644
--- a/nix/config/release.nix
+++ b/nix/config/release.nix
@@ -1,6 +1,6 @@
 {
-  version = "4.3.0";
-  commit = "6806ff8f34900bd9be3e81e3f23819bbc89bf939";
+  version = "4.3.1";
+  commit = "91ce70793be4c3a3ea35b29f2c119a97be7d3c36";
   name = "Monster";
   mnemonic = "monster";
 }
\ No newline at end of file
diff --git a/package.json b/package.json
index 32d88b17a..7b64c225b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "@schukai/monster",
-	"version": "4.3.0",
+	"version": "4.3.1",
 	"description": "Monster is a simple library for creating fast, robust and lightweight websites.",
 	"keywords": [
 		"framework",
-- 
GitLab