Skip to content
This repository was archived by the owner on Jul 4, 2026. It is now read-only.

Commit 1f9b6e7

Browse files
chore: bump versions for patch v2.0.2 release
1 parent c98c546 commit 1f9b6e7

7 files changed

Lines changed: 34 additions & 15 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🛠️ dkutils — The Ultimate Multi-Utility Platform
22

3-
**Version:** 2.0.1
3+
**Version:** 2.0.2
44

55
![dkutils Logo](frontend/public/logo.png)
66

backend/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Auto-generated API documentation for Express.js application
44

5-
**Version:** 2.0.1
5+
**Version:** 2.0.2
66
**Generated:** 2/28/2026, 5:53:03 PM
77
Generated By: create-express-doc
88

backend/docs/api-documentation.json

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"info": {
33
"title": "API Documentation",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"description": "Auto-generated API documentation for Express.js application",
66
"generatedAt": "2026-02-28T12:23:03.048Z"
77
},
@@ -1291,7 +1291,9 @@
12911291
}
12921292
}
12931293
],
1294-
"middleware": ["trackLimiter"]
1294+
"middleware": [
1295+
"trackLimiter"
1296+
]
12951297
}
12961298
},
12971299
"/api/analytics/stats": {
@@ -1416,20 +1418,33 @@
14161418
"POST": 33,
14171419
"GET": 7
14181420
},
1419-
"statusCodes": [200, 400, 403, 404, 408, 500],
1421+
"statusCodes": [
1422+
200,
1423+
400,
1424+
403,
1425+
404,
1426+
408,
1427+
500
1428+
],
14201429
"pathsWithParams": 1,
1421-
"middlewareUsage": ["trackLimiter"]
1430+
"middlewareUsage": [
1431+
"trackLimiter"
1432+
]
14221433
},
14231434
"tags": {
14241435
"shorten": {
14251436
"name": "shorten",
14261437
"description": "Routes under /shorten",
1427-
"paths": ["/shorten"]
1438+
"paths": [
1439+
"/shorten"
1440+
]
14281441
},
14291442
"l": {
14301443
"name": "l",
14311444
"description": "Routes under /l",
1432-
"paths": ["/l/:code"]
1445+
"paths": [
1446+
"/l/:code"
1447+
]
14331448
},
14341449
"api": {
14351450
"name": "api",
@@ -1476,12 +1491,16 @@
14761491
"root": {
14771492
"name": "root",
14781493
"description": "Routes under /root",
1479-
"paths": ["/"]
1494+
"paths": [
1495+
"/"
1496+
]
14801497
},
14811498
"health": {
14821499
"name": "health",
14831500
"description": "Routes under /health",
1484-
"paths": ["/health"]
1501+
"paths": [
1502+
"/health"
1503+
]
14851504
}
14861505
}
1487-
}
1506+
}

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dkutils-backend",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A web-based platform offering a collection of utility tools, built with MERN stack (MongoDB, Express.js, React.js, Node.js) and TailwindCSS",
55
"main": "index.js",
66
"scripts": {

frontend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Frontend for dkutils
22

3-
**Version:** 2.0.1
3+
**Version:** 2.0.2
44

55
This directory contains the frontend application for dkutils, built with React and Vite.
66

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dkutils-frontend",
33
"description": "A web-based platform offering a collection of utility tools, built with MERN stack (MongoDB, Express.js, React.js, Node.js) and TailwindCSS",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"private": true,
66
"type": "module",
77
"dependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dkutils",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A web-based platform offering a collection of utility tools, built with MERN stack (MongoDB, Express.js, React.js, Node.js) and TailwindCSS",
55
"private": true,
66
"packageManager": "pnpm@10.28.2",

0 commit comments

Comments
 (0)