From f0487ce44b1439bca55c5ef2482467faf5329ec5 Mon Sep 17 00:00:00 2001 From: math <97563034+vmwavie@users.noreply.github.com> Date: Fri, 23 Jan 2026 16:07:12 -0300 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 674d3ec..b27a4dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,33 @@ +# Changelog + +## 1.0.0 (2026-01-23) + + +### Features + +* add func and tests of hotp method ([bd7c142](https://github.com/vmwavie/security-toolkit/commit/bd7c142297065b9e25ca0f35bb262d4ee3f62ab1)) +* add test for sanitize methods ([424c815](https://github.com/vmwavie/security-toolkit/commit/424c815b0687c575be631a714d49459cf588682e)) +* add user data logger ([efed733](https://github.com/vmwavie/security-toolkit/commit/efed733b948218922a2489234f3bfbfb1637c8bd)) +* email blacklist checker ([9b42a0d](https://github.com/vmwavie/security-toolkit/commit/9b42a0d7d6de7750d22a7eaf209b0634f561d69a)) +* host resolver ([aa19b6e](https://github.com/vmwavie/security-toolkit/commit/aa19b6e3a01494b0ab2aa5a96b4507b0161d57c0)) +* ipTracker ([91656ff](https://github.com/vmwavie/security-toolkit/commit/91656ff8f5a97e5fd7befd3b8f2a23f25e0a1f54)) +* password complexity checker ([8282ae1](https://github.com/vmwavie/security-toolkit/commit/8282ae1ff134ca2a88380db7c0904d800a261511)) + + +### Bug Fixes + +* fix build error with lib ([227305b](https://github.com/vmwavie/security-toolkit/commit/227305bdb779b4a0d94700d0a8d0122780d76e38)) +* generate qrcodeuri ([84cf2aa](https://github.com/vmwavie/security-toolkit/commit/84cf2aad2cf089b1ba8bc9aa0474db951bd851c7)) +* issue within npm installation ([04bf595](https://github.com/vmwavie/security-toolkit/commit/04bf5952fb91297ecfee1dbdf004e9f2d3d40069)) +* test cases ([6ccb770](https://github.com/vmwavie/security-toolkit/commit/6ccb7704882a6acb9295d425a758bc779a2aa684)) +* test expect results ([ab295e4](https://github.com/vmwavie/security-toolkit/commit/ab295e411f0ef785d709723f782bd3e72e104091)) +* webpack build command ([e303b24](https://github.com/vmwavie/security-toolkit/commit/e303b2425332b6a2d99ceee74aa68ef5655efced)) +* webpack correction ([547c9a4](https://github.com/vmwavie/security-toolkit/commit/547c9a419168d283d562803be1b8a33b3a391116)) +* webpack correction ([4e03812](https://github.com/vmwavie/security-toolkit/commit/4e03812135029aa79e3f2b0bc570ae44d84683f1)) +* webpack correction ([9b20aa1](https://github.com/vmwavie/security-toolkit/commit/9b20aa1807c129646ea8a5461cd6f8bee3b21e35)) +* webpack correction ([c3bd8f2](https://github.com/vmwavie/security-toolkit/commit/c3bd8f21e1e52c3ac1e6b674c3fea0c0af39022b)) +* webpack correction ([22aa9c1](https://github.com/vmwavie/security-toolkit/commit/22aa9c16e16cb5603ddec0951413e156bea7b524)) +* webpack correction ([50531af](https://github.com/vmwavie/security-toolkit/commit/50531af960231e38f6ca9b6a0117869d13983537)) +* webpack lib ([e977060](https://github.com/vmwavie/security-toolkit/commit/e9770607147ac8185b2bff115cebd55298ee05a2)) + [testing] diff --git a/package.json b/package.json index b7c3f71..7c0799e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "security-toolkit", - "version": "1.1.8", + "version": "1.0.0", "description": "A library for implementing multiples security measures in a nodejs application", "main": "dist/index.js", "module": "dist/index.esm.js",