Update version to 1.0.6 in package.json to reflect the latest changes and ensure consistency in deployment.

This commit is contained in:
2025-11-22 22:57:22 -05:00
parent df686fbcda
commit bdb03e17e7

View File

@@ -1,6 +1,6 @@
{
"name": "@techniker-me/hash-map",
"version": "1.0.5",
"version": "1.0.6",
"description": "A robust HashMap implementation following OOP SOLID principles",
"module": "src/index.ts",
"type": "module",