diff --git a/CHANGELOG.md b/CHANGELOG.md
index 83dc084..6839daa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## 2.3.53 (2025-01-29)
+
+* fix: fix biome config ([68fcc67](https://github.com/justdlabs/cli/commit/68fcc67))
+* wip ([598c3dc](https://github.com/justdlabs/cli/commit/598c3dc))
+
## 2.3.52 (2025-01-29)
* fix: fix source path biome ([fcc4d95](https://github.com/justdlabs/cli/commit/fcc4d95))
diff --git a/package-lock.json b/package-lock.json
index 02e22bc..2b06544 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "justd-cli",
- "version": "2.3.52",
+ "version": "2.3.53",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "justd-cli",
- "version": "2.3.52",
+ "version": "2.3.53",
"license": "MIT",
"dependencies": {
"@antfu/ni": "^23.2.0",
diff --git a/package.json b/package.json
index 2a437b0..efb3dbb 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "justd-cli",
"type": "module",
- "version": "2.3.52",
+ "version": "2.3.53",
"description": "The command line interface for Justd.",
"main": "dist/index.js",
"bin": {