From 5870c0fb8a4769358187976c51600e329ab290ef Mon Sep 17 00:00:00 2001
From: Yannis Barlas <yannisbarlas@gmail.com>
Date: Wed, 5 Feb 2025 12:12:55 +0200
Subject: [PATCH] chore(release): 4.4.0

---
 CHANGELOG.md | 7 +++++++
 package.json | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6092458..039da2e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
 
 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
 
+## [4.4.0](https://gitlab.coko.foundation/cokoapps/server/compare/v4.3.0...v4.4.0) (2025-02-05)
+
+
+### Features
+
+* **cli:** allow debug inspectors to attach ([480d6dc](https://gitlab.coko.foundation/cokoapps/server/commit/480d6dcbc4e6ea827314d3fad08dbe267178a290))
+
 ## [4.3.0](https://gitlab.coko.foundation/cokoapps/server/compare/v4.2.0...v4.3.0) (2024-12-13)
 
 
diff --git a/package.json b/package.json
index f9fa681..92ce03e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@coko/server",
-  "version": "4.3.0",
+  "version": "4.4.0",
   "description": "Reusable server for use by Coko's projects",
   "keywords": [
     "coko"
-- 
GitLab