NEW RELEASE

This commit is contained in:
2026-04-25 15:20:55 +05:00
parent b725147825
commit 040bdc525d
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@@ -2,7 +2,7 @@ node_modules
node_modules/
**/node_modules/
package-lock.json
package.lock.json
.env
# Logs

View File

@@ -18,6 +18,7 @@
<img src="https://img.shields.io/badge/Node.js-v16%2B-green?style=for-the-badge&logo=node.js" alt="Node JS" />
<img src="https://img.shields.io/badge/PostgreSQL-v12%2B-informational?style=for-the-badge&logo=postgresql" alt="PostgreSQL" />
<img src="https://img.shields.io/badge/Vanilla_JS-100%25-yellow?style=for-the-badge&logo=javascript" alt="Vanilla JS" />
<img src="https://img.shields.io/badge/@thesvg/icons-Integrated-orange?style=for-the-badge&logo=npm" alt="@thesvg/icons NPM Package" />
</p>
---