From da158d98e6dc563c577d12a2a964adb412dfc224 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Wed, 29 Mar 2023 19:08:06 +0300 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54dd8e3..c7295ad 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,6 @@ import { typeValidator, localStorage, camelizeKeys } from "@flare/js-utils"; 1.0.0 - This version includes data type validators and local storage utils 1.0.1 - Set new domain in configs -1.0.2 - Utilities function export fix +1.0.2 - Utility functions export fix 1.0.3 - Typescript warnings fix 1.0.4 - Added "camelizeKeys" function