From 1096dd190886a6554b14c633e5b03e578a35a6b8 Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Sat, 22 Jun 2024 19:24:24 +0000
Subject: [PATCH] chore: release 3.67.0

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9045e42b3..6611064ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
 # Changelog
 
+
+
+## [3.67.0] - 2024-06-22
+
+### Add Features
+
+- new options to define the markers that are used for the label template. [#203](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/203) See merge request oss/libraries/javascript/monster[!53](https://gitlab.schukai.com/oss/libraries/javascript/monster/merge_requests/53)
+- new options to define the markers that are used for the label template [#203](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/203)
+
 ## 2024-06-22
 - new options to define the markers that are used for the label template  [#203](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/203)
 
diff --git a/nix/config/release.nix b/nix/config/release.nix
index aac475904..c897287ab 100644
--- a/nix/config/release.nix
+++ b/nix/config/release.nix
@@ -1,6 +1,6 @@
 {
-  version = "3.66.0";
-  commit = "15eb89b4e2835f99695ed02fbd0a2a3c68a3eee6";
+  version = "3.67.0";
+  commit = "bfae3a9a53cc47c0305ced13a7b3eb7fdad26b12";
   name = "Monster";
   mnemonic = "monster";
 }
\ No newline at end of file
diff --git a/package.json b/package.json
index 09fa331f3..46bf3d9f5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@schukai/monster",
-  "version": "3.66.0",
+  "version": "3.67.0",
   "description": "Monster is a simple library for creating fast, robust and lightweight websites.",
   "keywords": [
     "framework",
-- 
GitLab